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
Currently, our log handler sends all messages to stdout. This is very inconvenient in shell utilities as it mixes regular output with log messages. Also, it's against UNIX conventions. Let's use stderr instead.
Currently, our log handler sends all messages to stdout. This is very inconvenient in shell utilities as it mixes regular output with log messages. Also, it's against UNIX conventions. Let's use stderr instead.