Change misleading TRACE to ERROR

Tracebacks in logs should be prefixed with the correct log level.

Closes-Bug: #1434851
Change-Id: I8c618e7b8523bcc0e19a9b77c4d2d5984369a04a
This commit is contained in:
Davanum Srinivas 2015-03-21 12:56:26 -04:00 committed by Davanum Srinivas (dims)
parent eb8d493c9a
commit 27f7fe52fe
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ log_opts = [
default='%(funcName)s %(pathname)s:%(lineno)d',
help='Data to append to log format when level is DEBUG.'),
cfg.StrOpt('logging_exception_prefix',
default='%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s '
default='%(asctime)s.%(msecs)03d %(process)d ERROR %(name)s '
'%(instance)s',
help='Prefix each line of exception output with this format.'),
cfg.ListOpt('default_log_levels',