mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 09:05:04 +08:00
📝 Docs: 修复日志自定义文档 typo (#2140)
This commit is contained in:
parent
a899523607
commit
f06efca8cc
@ -75,7 +75,7 @@ logger.add(
|
||||
sys.stdout,
|
||||
level=0,
|
||||
diagnose=True,
|
||||
format="<g>{time:MM-DD HH:mm:ss}</g> [<lvl>{level}</lvl>] <c><u>{full_name}</u></c> | {message}",
|
||||
format="<g>{time:MM-DD HH:mm:ss}</g> [<lvl>{level}</lvl>] <c><u>{name}</u></c> | {message}",
|
||||
filter=default_filter
|
||||
)
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user