Move logging sample to use oslo_log
etc/cinder/logging_sample.conf needs an update to refer to oslo_log, not cinder.openstack.common.log for its ContextFormatter. Change-Id: I8bc2618124dfffc54d15fc5615bb1884d74988f4 Closes-Bug: #1450500
This commit is contained in:
parent
5df1f21904
commit
3bc83d8c83
@ -87,7 +87,7 @@ formatter = default
|
||||
args = ()
|
||||
|
||||
[formatter_context]
|
||||
class = cinder.openstack.common.log.ContextFormatter
|
||||
class = oslo_log.formatters.ContextFormatter
|
||||
|
||||
[formatter_default]
|
||||
format = %(message)s
|
||||
|
Loading…
Reference in New Issue
Block a user