Remove ref to oslo log verbose
As per [1] the ‘verbose’ option for oslo log is going away. This patch removes our single usage of verbose in a unit test conf file. The 'debug' option remains as-is. [1] http://goo.gl/MGqxHS Change-Id: Icb4d42e9ae2ec2b2cc6b7b6ac3f6427d41f2a06f
This commit is contained in:
parent
16200ab377
commit
9fe8dc40f6
@ -1,7 +1,4 @@
|
||||
[DEFAULT]
|
||||
# Show more verbose log output (sets INFO log level output)
|
||||
verbose = True
|
||||
|
||||
# Show debugging output in logs (sets DEBUG log level output)
|
||||
debug = False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user