From 7fede9ec8ca8a3950e6e5af96f98297f65b3b2c4 Mon Sep 17 00:00:00 2001 From: Masaki Matsushita Date: Thu, 24 Sep 2015 17:06:36 +0900 Subject: [PATCH] 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 --- etc/nova/logging_sample.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/nova/logging_sample.conf b/etc/nova/logging_sample.conf index 03c6944fcbb6..68418192429d 100644 --- a/etc/nova/logging_sample.conf +++ b/etc/nova/logging_sample.conf @@ -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