Wrapper approach for enabling JSON logging#209
Open
ChaturvediShilpa wants to merge 2 commits intol7mp:mainfrom
Open
Wrapper approach for enabling JSON logging#209ChaturvediShilpa wants to merge 2 commits intol7mp:mainfrom
ChaturvediShilpa wants to merge 2 commits intol7mp:mainfrom
Conversation
added 2 commits
July 27, 2025 16:09
- Add --json-log flag and STUNNER_JSON_LOG environment variable - Implement slogWriter to redirect standard log output to JSON format - Add comprehensive tests for JSON logging functionality - Add documentation and example for JSON logging - Use Go's slog package for structured JSON logging This change enables JSON-formatted logging for Stunner, making it easier to integrate with log aggregation systems and monitoring tools.
- Add wrapper approach for converting all Stunner logs to JSON format - Implement StunnerWrapper with automatic JSON logging setup - Add LoggerInterceptor for comprehensive log capture and conversion - Include comprehensive tests and documentation - Add Dockerfile.wrapper for building wrapper image - Update .gitignore to exclude binary files The wrapper provides a clean way to convert all standard logs to JSON without modifying the original Stunner main code.
Pull Request Test Coverage Report for Build 16563299709Details
💛 - Coveralls |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.