diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-02-02 23:31:15 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-02-02 23:31:15 +0000 |
| commit | bcdce942def44cfe19398e386a049c38c874cb93 (patch) | |
| tree | 11cd1de79b4d105d77c9187bcdc70bfc3ca56d05 | |
| parent | 1a88c64535bbf88ccbf1b94fbd01d5bd158885ea (diff) | |
| parent | dc6c739845c4e532f077754284d52bbdd44a0874 (diff) | |
Merge "Remove duplicate logging_debug_format option"
| -rw-r--r-- | nova/log.py | 4 |
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 ' |
