mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-28 19:40:54 +00:00
thread and level in simple log formatter
The log messages are a mess without any allocation to threads.
This commit is contained in:
parent
26e58cee56
commit
d371179487
2 changed files with 3 additions and 2 deletions
2
logging
2
logging
|
@ -53,7 +53,7 @@ formatter = full
|
|||
|
||||
[formatter_simple]
|
||||
# Simple output format
|
||||
format = %(message)s
|
||||
format = [%(thread)x] %(levelname)s: %(message)s
|
||||
|
||||
[formatter_full]
|
||||
# Full output format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue