The FileLogger only captures stdout and sends it to file, effectively hiding output from stderr and any Exceptions that occur. This makes the logs misleading. The FileLogger needs some way of capturing stderr, but I am not sure how to do this without redirect_stderr
The FileLogger only captures stdout and sends it to file, effectively hiding output from stderr and any Exceptions that occur. This makes the logs misleading. The FileLogger needs some way of capturing stderr, but I am not sure how to do this without
redirect_stderr