mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-17 16:20:05 +08:00
🐛 fix log level bug
This commit is contained in:
parent
86c859fec2
commit
5cfeb4e79d
@ -91,6 +91,7 @@ default_format = (
|
||||
)
|
||||
logger_id = logger.add(
|
||||
sys.stdout,
|
||||
level=0,
|
||||
colorize=True,
|
||||
diagnose=False,
|
||||
filter=default_filter,
|
||||
|
Loading…
x
Reference in New Issue
Block a user