Revert "Disable debug messages when running unit tests"

This reverts commit 56edda0d18.

Another patch (commit-id: df96a03e6c) to
fix the same issue with less intrusive consequences was already merged
into master. There's still benefit to have debug logs if this does not
make gate jobs fail, so revert to previous setting value.

Related-Bug: 1316610
Change-Id: I9b57369027e1e43bed1bde4d971dee9fb7a26a47
This commit is contained in:
Ihar Hrachyshka 2014-05-07 14:51:14 +02:00
parent cd1cf2e0a0
commit a76d24e55d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[DEFAULT]
# Show more verbose log output (sets INFO log level output)
verbose = False
verbose = True
# Show debugging output in logs (sets DEBUG log level output)
debug = False