-
Notifications
You must be signed in to change notification settings - Fork 87
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
use logstash-logback-encoder (JSON logging) #7
Comments
We should test if the JSON output formatting adds any noticeable performance penalty for an app, so in that case we can even go for async appenders. I read out of curiosity that in logstash they are using LMAX disruptor for enqueing the messages... nice! |
merged PR #36 hence done. |
I do not see a real issue with the log messages we are producing. In production regular mode will most probably even to raise the loglevel to INFO. |
For logging eiPaaS is using ELK and today I learned that they have standardized the log-format and require apps to follow this. This technically means they use this standard OSS encoder for logback which produces JSON log lines instead of regular text patterns:
https://github.com/logstash/logstash-logback-encoder
@amarinso stated:
@maihacke stated:
The text was updated successfully, but these errors were encountered: