Fix logging.conf sample

Use formatter from oslo_log instead of tempest.openstack.common.log
which got removed as of 583ce2c043

Change-Id: I0d9334c51d50f649fdb7e34fd7c2f3d807b80601
This commit is contained in:
Peter Sabaini 2015-04-29 17:15:32 +02:00
parent 26149b612d
commit de28ce7bdb

View File

@ -34,7 +34,7 @@ args=(sys.stdout,)
formatter=simple
[formatter_tests]
class = tempest.openstack.common.log.ContextFormatter
class = oslo_log.formatters.ContextFormatter
[formatter_simple]
format=%(asctime)s.%(msecs)03d %(process)d %(levelname)s: %(message)s