Browse Source

Merge pull request #497 from Unrud/patch-38

Add thread id to log
Guillaume Ayoub 9 years ago
parent
commit
5f46cc24bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      logging

+ 1 - 1
logging

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