Skip to content

Commit 2963c23

Browse files
committed
change logger output io
1 parent 6d2a750 commit 2963c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

akari_bot_webrender/functions/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def __init__(self, debug: bool = False, logs_path: str | Path = None):
3535
self.log_path = logs_path
3636

3737
self.log.add(
38-
sys.stderr,
38+
sys.stdout,
3939
format=basic_logger_format(),
4040
level="DEBUG" if debug else "INFO",
4141
colorize=True,

0 commit comments

Comments
 (0)