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:
parent
eb8d493c9a
commit
27f7fe52fe
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user