Fix logging.conf sample
Use formatter from oslo_log instead of tempest.openstack.common.log which got removed as of 583ce2c043a64778ae20a957f10cd5029e2e3230 Change-Id: I0d9334c51d50f649fdb7e34fd7c2f3d807b80601
This commit is contained in:
parent
26149b612d
commit
de28ce7bdb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user