1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-23 17:48:30 +00:00

Merge pull request #497 from Unrud/patch-38

Add thread id to log
This commit is contained in:
Guillaume Ayoub 2016-08-30 19:16:54 +02:00 committed by GitHub
commit 5f46cc24bd

View file

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