elasticdl icon indicating copy to clipboard operation
elasticdl copied to clipboard

Upgrade logger to support writing logs to both files and stdout/stderr at the same time.

Open brightcoder01 opened this issue 3 years ago • 1 comments

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.

brightcoder01 avatar Nov 25 '20 08:11 brightcoder01

What if users use print in their model codes?

workingloong avatar Dec 14 '20 06:12 workingloong