We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Log formatting
{"level":"error","process":"someapp","replica":0,"message":"some application message"}
in process-compose.yml
process-compose.yml
log_location: logs/log.log log_level: debug log_format: "[{process}-{replica}] {asctime} {level} --- {message}"
-->
[someapp-0] 2023-09-21 error --- some application message
The text was updated successfully, but these errors were encountered:
Partial formating is available now in v0.69.0
Sorry, something went wrong.
No branches or pull requests
Feature Request
Log formatting
{"level":"error","process":"someapp","replica":0,"message":"some application message"}
Use Case:
in
process-compose.yml
-->
Proposed Change:
Who Benefits From The Change(s)?
Alternative Approaches
The text was updated successfully, but these errors were encountered: