Use hexadecimal for thread

Old: ... - 139891659843328 - INFO: Starting Radicale
New: ... - [7f3b10b12700] INFO: Starting Radicale
This commit is contained in:
Unrud 2016-09-03 10:18:07 +02:00
parent b85fc5bed6
commit 26e58cee56

View File

@ -57,4 +57,4 @@ format = %(message)s
[formatter_full]
# Full output format
format = %(asctime)s - %(thread)d - %(levelname)s: %(message)s
format = %(asctime)s - [%(thread)x] %(levelname)s: %(message)s