-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add setting of an environment variable to configure master logs encoding #9296
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,6 +56,13 @@ | |
#CHE_DEBUG_SUSPEND=false | ||
#CHE_DEBUG_PORT=8000 | ||
|
||
# Che master logs | ||
# | ||
# Choose variant of Che master logs encoding and storing. Default is `plaintext`. | ||
# Another supported value is `json` which makes Che master produce JSON encoded logs | ||
# in system output of PID 1 process of container. Useful for storing logs in systems such as Logstash. | ||
# CHE_LOGS_APPENDERS_IMPL=plaintext | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. if that is commented, the default value will be used, do we have default value declared in a code? because I do not see it in the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think the default value is declared here There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @l0rd is right this value is not read by the code and default value is in xml file of logback |
||
|
||
|
||
######################################################################################## | ||
##### ##### | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't default value be added into che.properties?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it is not read from properties