]> xenbits.xensource.com Git - osstest/openstack-nova.git/commitdiff
Remove duplicate logging_debug_format option
authorMark McLoughlin <markmc@redhat.com>
Thu, 2 Feb 2012 23:08:48 +0000 (23:08 +0000)
committerMark McLoughlin <markmc@redhat.com>
Thu, 2 Feb 2012 23:11:51 +0000 (23:11 +0000)
Looks like it was accidentally added by commit 605c22b18.

Change-Id: Ibfd16e47cea3fa549f3a6064076361098ba76dd6

nova/log.py

index c0be3b95b6ce46a18571b26d5142679f8b8217c9..6432a0befbb504683a53bd225d21619a79ce3ad3 100644 (file)
@@ -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 '