The verbose option in section [DEFAULT] has been deprecated

For more details about why this was done (by the oslo log team), see
references provided below. The change here just removes the entry from
the test config file to avoid the error.

https://review.openstack.org/#/c/206437/3

Change-Id: I941ef163561b80539397788b65aae7d4548bac49
Closes-Bug: #1507217
This commit is contained in:
Amrith Kumar 2015-10-17 18:37:09 -04:00
parent 0087512209
commit 391b0d966d
1 changed files with 0 additions and 3 deletions

View File

@ -25,9 +25,6 @@ log_file = trovetest.log
use_stderr = False
# Show more verbose log output (sets INFO log level output)
verbose = True
# Show debugging output in logs (sets DEBUG log level output)
debug = True