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
Backround; logging is hard especially with cli apps where whole infrastructure is designed for server applications.
While logging should be relatively fine with plain command output it will completely mess up terminal if there is any interactive components relying terminal escape characters.
In normal shell app you want to disable console logging:
logging:
pattern:
console:
And possibly add debug logs to a shell temporarily:
Backround; logging is hard especially with cli apps where whole infrastructure is designed for server applications.
While logging should be relatively fine with plain command output it will completely mess up terminal if there is any interactive components relying terminal escape characters.
In normal shell app you want to disable console logging:
And possibly add debug logs to a shell temporarily:
Trouble with this is that you never get any errors if a shell hard fails at startup.
We should come up with custom opinionated logging configuration so that:
We'll keep this issue to collect ideas and other discussion to prepare a solution.
The text was updated successfully, but these errors were encountered: