From 26e58cee56639d56aa1e90ca4623e60350eae009 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sat, 3 Sep 2016 10:18:07 +0200 Subject: [PATCH] Use hexadecimal for thread Old: ... - 139891659843328 - INFO: Starting Radicale New: ... - [7f3b10b12700] INFO: Starting Radicale --- logging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging b/logging index 5943118..a3b99f1 100644 --- a/logging +++ b/logging @@ -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