1
0
Fork 0
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:
Unrud 2016-09-03 10:19:29 +02:00
parent 26e58cee56
commit d371179487
2 changed files with 3 additions and 2 deletions

View file

@ -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