mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
终端日志输出改为sys.stderr
This commit is contained in:
+1
-1
@@ -192,6 +192,6 @@ logger.level(name='ALERT', no=30, color='<yellow><bold>', icon='⚠️')
|
|||||||
logger.level(name='ERROR', no=40, color='<red><bold>', icon='❌️')
|
logger.level(name='ERROR', no=40, color='<red><bold>', icon='❌️')
|
||||||
logger.level(name='FATAL', no=50, color='<RED><bold>', icon='☠️')
|
logger.level(name='FATAL', no=50, color='<RED><bold>', icon='☠️')
|
||||||
|
|
||||||
logger.add(sys.stdout, level='INFOR', format=stdout_fmt, enqueue=True)
|
logger.add(sys.stderr, level='INFOR', format=stdout_fmt, enqueue=True)
|
||||||
logger.add(log_path, level='TRACE', format=logfile_fmt, enqueue=True,
|
logger.add(log_path, level='TRACE', format=logfile_fmt, enqueue=True,
|
||||||
encoding='utf-8')
|
encoding='utf-8')
|
||||||
|
|||||||
Reference in New Issue
Block a user