Include the process ID in the log format.

This commit is contained in:
Ryan Petrello 2014-05-21 12:10:16 -07:00
parent 2d22e564a3
commit d31fd86852
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'])