Merge pull request #141 from ryanpetrello/master

Include the process ID in the log format.
This commit is contained in:
Rosario Di Somma 2014-05-21 15:21:15 -04:00
commit 4322fa3d66
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ def register_and_load_opts():
for n in ['asctime',
'levelname',
'name',
'process',
'processName',
'threadName',
'message'])