remove 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-23 15:16:56 -08:00
parent 533a3ed502
commit e919d896ea

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')