mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Use hexadecimal for thread
Old: ... - 139891659843328 - INFO: Starting Radicale New: ... - [7f3b10b12700] INFO: Starting Radicale
This commit is contained in:
parent
b85fc5bed6
commit
26e58cee56
1 changed files with 1 additions and 1 deletions
2
logging
2
logging
|
@ -57,4 +57,4 @@ format = %(message)s
|
||||||
|
|
||||||
[formatter_full]
|
[formatter_full]
|
||||||
# Full output format
|
# Full output format
|
||||||
format = %(asctime)s - %(thread)d - %(levelname)s: %(message)s
|
format = %(asctime)s - [%(thread)x] %(levelname)s: %(message)s
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue