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
In the current implementation, if we want to write the logging information to a file, we are using tee command.
It's a recommended way to upgrade the logger to support flushing the logs to both file and stdout/stderr.