Removes processName from debug output since we aren't using multiprocessing and it doesn't exist in python 2.6.1

This commit is contained in:
Vishvananda Ishaya 2011-02-24 19:50:27 +00:00 committed by Tarmac
commit 0d6c226afa
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ flags.DEFINE_string('logging_default_format_string',
'format string to use for log messages without context')
flags.DEFINE_string('logging_debug_format_suffix',
'from %(processName)s (pid=%(process)d) %(funcName)s'
'from (pid=%(process)d) %(funcName)s'
' %(pathname)s:%(lineno)d',
'data to append to log format when level is DEBUG')