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:
Boden R 2016-05-17 15:28:31 -06:00
parent 16200ab377
commit 9fe8dc40f6
1 changed files with 0 additions and 3 deletions

View File

@ -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