-
Notifications
You must be signed in to change notification settings - Fork 63
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
[Suggestion] Improve how log messages are formatted #15
Comments
I absolutely agree with this. |
I discovered another issue as we cannot change the time format of the zap logger
This is a bit better if I set myself the format:
Some improvements propositions -->
|
A better zap format should be this one
Remark: The controller logger only supports 2 levels: WDYT ? @greghaynes @nabuskey @jessesanford |
We should certainly look to the new go Logger (which corresponds to what we can use with languages such as ; Java ;-) - https://go.dev/blog/slog Great blog post: https://betterstack.com/community/guides/logging/logging-in-go/
|
This request has been addressed. I created a new issue to address long message logged #395 |
Issue
Some of the messages logged cannot be read very easily when they appear within the console/terminal
TODO
fmt.print
andzap logger
@greghaynes @nabuskey
The text was updated successfully, but these errors were encountered: