You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve the format of the messages logged which are really long to make them shorter as they :
Contain many words. Idea: Add a CR after x chars, etc
Include many repetitions:
Example:
Oct 4 10:49:04 INFO Checking if we should shutdown controller=localbuild controllerGroup=idpbuilder.cnoe.io controllerKind=Localbuild name=localdev name=localdev reconcileID=d1f7bb40-15fd-496a-9424-c6ebc8319bcc
Oct 4 10:49:04 INFO installing bootstrap apps to ArgoCD controller=localbuild controllerGroup=idpbuilder.cnoe.io controllerKind=Localbuild name=localdev name=localdev reconcileID=d1f7bb40-15fd-496a-9424-c6ebc8319bcc
Note: In java, we log the messages as such and that improves the readability
Agreed. I'd like to improve the readability more. Implementation wise, it shouldn't be too difficult because we already have custom logger implemented. Just need format changes.
Have you searched for this feature request?
Problem Statement
Suggestion
Improve the format of the messages logged which are really long to make them shorter as they :
Note: In java, we log the messages as such and that improves the readability
Possible Solution
n/a
Alternatives Considered
No response
The text was updated successfully, but these errors were encountered: