From dc6c739845c4e532f077754284d52bbdd44a0874 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 2 Feb 2012 23:08:48 +0000 Subject: Remove duplicate logging_debug_format option Looks like it was accidentally added by commit 605c22b18. Change-Id: Ibfd16e47cea3fa549f3a6064076361098ba76dd6 --- nova/log.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nova') diff --git a/nova/log.py b/nova/log.py index c0be3b95b..6432a0bef 100644 --- a/nova/log.py +++ b/nova/log.py @@ -63,10 +63,6 @@ log_opts = [ cfg.StrOpt('logging_exception_prefix', default='(%(name)s): TRACE: ', help='prefix each line of exception output with this format'), - cfg.StrOpt('logging_debug_format_suffix', - default='from (pid=%(process)d) %(funcName)s ' - '%(pathname)s:%(lineno)d', - help='data to append to log format when level is DEBUG'), cfg.StrOpt('instance_format', default='[instance: %(uuid)s] ', help='If an instance is passed with the log message, format ' -- cgit