summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorThierry Carrez <thierry@openstack.org>2011-01-20 15:12:02 +0100
committerThierry Carrez <thierry@openstack.org>2011-01-20 15:12:02 +0100
commit2042c8722910c1f22ba04636163841812b3e24ba (patch)
tree386645cc6718e652564908dbb42f00974c46b0e8 /nova
parent6ef429d425b82db6dc87fa40241d97bea897bd23 (diff)
downloadnova-2042c8722910c1f22ba04636163841812b3e24ba.tar.gz
nova-2042c8722910c1f22ba04636163841812b3e24ba.tar.xz
nova-2042c8722910c1f22ba04636163841812b3e24ba.zip
Keep exception tracing as it was
Diffstat (limited to 'nova')
-rw-r--r--nova/log.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/log.py b/nova/log.py
index d021561bb..e1c9f46f4 100644
--- a/nova/log.py
+++ b/nova/log.py
@@ -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',