-
Notifications
You must be signed in to change notification settings - Fork 5.5k
application_logs: add bootstrap option to write logs in JSON format #27278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 29 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
cfe3903
add API option
ohadvano e848556
initial implementation to set JSON format from struct
ohadvano ea9dca4
add message to error
ohadvano 83366a0
update docs
ohadvano b42e356
Merge branch 'envoyproxy:main' into app_logs_json
ohadvano 610f001
fix doc
ohadvano 3608aff
end of doc newline
ohadvano a45bccd
fix docs, move status check to server
ohadvano 51c692f
noop
ohadvano ff884e0
noop
ohadvano 5e31eac
add application log to config validation
ohadvano 56e80d1
add tests
ohadvano 8002a84
move MockLogSink to common mocks
ohadvano fcde3b5
reduce coverage percentage
ohadvano 8906ffc
change test check
ohadvano 9e498df
add using
ohadvano 4a2495a
fix test
ohadvano 8bd5c49
give CLI option precedence and add tests
ohadvano 3af6419
fix test
ohadvano 2658e13
forbid %v and add tests
ohadvano d1e498f
Merge branch 'envoyproxy:main' into app_logs_json
ohadvano 89a1e43
Add exception for exception
ohadvano 5b64d17
move exception throw from core to server code
ohadvano a81cfac
remove unused include
ohadvano 829f049
add test check and const variable
ohadvano 19d78f3
Merge branch 'envoyproxy:main' into app_logs_json
ohadvano f3f0a21
reject %_ flag for JSON format
ohadvano 66b5ddb
forbid both cli and bootstrap log format
ohadvano ce3b3a7
Merge branch 'envoyproxy:main' into app_logs_json
ohadvano 776b80a
move common code to utils
ohadvano 9659e53
nest log format config within general ApplicationLogConfig message
ohadvano 89d2c40
fix format
ohadvano 64a608d
fix comment
ohadvano 48d649e
update comment
ohadvano File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.