Fix logging_sample.conf to use oslo_log formatter
This change makes logging_sample.conf use oslo_log's formatter. nova.openstack.common.log.ContextFormatter does not exist for now. Change-Id: If14acc70449c5d1b01bfc502bb391d8d9ebff9ab Closes-Bug: #1499238
This commit is contained in:
parent
2dae8b4c87
commit
7fede9ec8c
@ -78,7 +78,7 @@ formatter = default
|
||||
args = ()
|
||||
|
||||
[formatter_context]
|
||||
class = nova.openstack.common.log.ContextFormatter
|
||||
class = oslo_log.formatters.ContextFormatter
|
||||
|
||||
[formatter_default]
|
||||
format = %(message)s
|
||||
|
Loading…
x
Reference in New Issue
Block a user