We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2a750 commit 2963c23Copy full SHA for 2963c23
akari_bot_webrender/functions/logger.py
@@ -35,7 +35,7 @@ def __init__(self, debug: bool = False, logs_path: str | Path = None):
35
self.log_path = logs_path
36
37
self.log.add(
38
- sys.stderr,
+ sys.stdout,
39
format=basic_logger_format(),
40
level="DEBUG" if debug else "INFO",
41
colorize=True,
0 commit comments