Keep exception tracing as it was

This commit is contained in:
Thierry Carrez
2011-01-20 15:12:02 +01:00
parent a8393baea0
commit 28986d5feb

View File

@@ -56,7 +56,7 @@ flags.DEFINE_string('logging_debug_format_suffix',
'data to append to log format when level is DEBUG')
flags.DEFINE_string('logging_exception_prefix',
'%(asctime)s TRACE %(name)s: ',
'(%(name)s): TRACE: ',
'prefix each line of exception output with this format')
flags.DEFINE_list('default_log_levels',