mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Add thread id to log
Make log messages from parallel request allocable.
This commit is contained in:
parent
5d9485d660
commit
b2f11a7c18
1 changed files with 1 additions and 1 deletions
2
logging
2
logging
|
@ -57,4 +57,4 @@ format = %(message)s
|
|||
|
||||
[formatter_full]
|
||||
# Full output format
|
||||
format = %(asctime)s - %(levelname)s: %(message)s
|
||||
format = %(asctime)s - %(thread)d - %(levelname)s: %(message)s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue