keys = stderr, stdout, watchedfile, syslog, null
[formatters]
-keys = legacycinder, default
+keys = context, default
[logger_root]
level = WARNING
[handler_stderr]
class = StreamHandler
args = (sys.stderr,)
-formatter = legacycinder
+formatter = context
[handler_stdout]
class = StreamHandler
args = (sys.stdout,)
-formatter = legacycinder
+formatter = context
[handler_watchedfile]
class = handlers.WatchedFileHandler
args = ('cinder.log',)
-formatter = legacycinder
+formatter = context
[handler_syslog]
class = handlers.SysLogHandler
args = ('/dev/log', handlers.SysLogHandler.LOG_USER)
-formatter = legacycinder
+formatter = context
[handler_null]
class = cinder.openstack.common.log.NullHandler
formatter = default
args = ()
-[formatter_legacycinder]
-class = cinder.openstack.common.log.LegacyFormatter
+[formatter_context]
+class = cinder.openstack.common.log.ContextFormatter
[formatter_default]
format = %(message)s