summaryrefslogtreecommitdiffstats
path: root/nova/log.py
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2012-02-02 23:08:48 +0000
committerMark McLoughlin <markmc@redhat.com>2012-02-02 23:11:51 +0000
commitdc6c739845c4e532f077754284d52bbdd44a0874 (patch)
treec9ff9ba3bb7b63e263f405ed1e24857f2361a8c3 /nova/log.py
parent38399a7333206bfc4385291b1903ae76c9a124f8 (diff)
downloadnova-dc6c739845c4e532f077754284d52bbdd44a0874.tar.gz
nova-dc6c739845c4e532f077754284d52bbdd44a0874.tar.xz
nova-dc6c739845c4e532f077754284d52bbdd44a0874.zip
Remove duplicate logging_debug_format option
Looks like it was accidentally added by commit 605c22b18. Change-Id: Ibfd16e47cea3fa549f3a6064076361098ba76dd6
Diffstat (limited to 'nova/log.py')
-rw-r--r--nova/log.py4
1 files changed, 0 insertions, 4 deletions
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 '