-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[ETCM-107] Backport logging configuration #667
Conversation
src/main/resources/logback.xml
Outdated
<appender-ref ref="FILE" /> | ||
<appender-ref ref="METRICS" /> |
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.
should be included now?
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.
Not! I did remove appender but forgot to remove ref to it
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.
(only one minor comment/doubt) LGTM!
@@ -536,6 +536,17 @@ mantis { | |||
# Iff true, any errors during metrics client operations will be logged. | |||
log-errors = true | |||
} | |||
|
|||
logging { |
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 we expose this config in the universal folder also? Maybe the file logging.conf
will be useful.
94797d5
to
e1a6002
Compare
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.
LGTM
e1a6002
to
ab4348f
Compare
ab4348f
to
4004d8a
Compare
Description
Backport Logging configuration to allow:
Important changes introduced
This PR changes logging configuration in a way that may affect deployments. How can I check whether that's true?
Testing
mantis.logging