Closed av1m closed 3 years ago
Hi, OUTPUT_LOG does not work when the specified value is False. It still creates a log file.
OUTPUT_LOG
False
It can be disabled by setting SUPPRESS_LOGGING to True (but we lose the rest of the logging in this case)
SUPPRESS_LOGGING
True
It looks like it's fixed, I close.
Hi,
OUTPUT_LOG
does not work when the specified value isFalse
. It still creates a log file.It can be disabled by setting
SUPPRESS_LOGGING
toTrue
(but we lose the rest of the logging in this case)