mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-29 17:27:41 +00:00
🐛 fix log level bug
This commit is contained in:
@ -91,6 +91,7 @@ default_format = (
|
||||
)
|
||||
logger_id = logger.add(
|
||||
sys.stdout,
|
||||
level=0,
|
||||
colorize=True,
|
||||
diagnose=False,
|
||||
filter=default_filter,
|
||||
|
Reference in New Issue
Block a user