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:
Masaki Matsushita 2015-09-24 17:06:36 +09:00
parent 2dae8b4c87
commit 7fede9ec8c
1 changed files with 1 additions and 1 deletions

View File

@ -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