diff --git a/app/log.py b/app/log.py index da8c534..44f17f0 100644 --- a/app/log.py +++ b/app/log.py @@ -59,7 +59,7 @@ def log_uncaught_exceptions(ex_cls, ex, tb): sys.excepthook = log_uncaught_exceptions -def DEBUG(msg: str, force_stderr: bool = True) -> None: +def DEBUG(msg: str, force_stderr: bool = False) -> None: """ Outupt a log message at level DEBUG. If force_stderr is True, output this message to stderr regardless of default stderr level