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.
The text was updated successfully, but these errors were encountered:
brightcoder01
changed the title
Upgrade logger to support write to both files and stdout/stderr at the same time.
Upgrade logger to support writing logs to both files and stdout/stderr at the same time.
Nov 25, 2020
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.
The text was updated successfully, but these errors were encountered: