Disable debug messages when running unit tests

Some runs started to fail due to large sub_unit.log files. We should
reduce their size. The easy way to achieve this is to disable INFO
messages that are filling our logs.

Change-Id: I6b3d3a4498593b6b5635d7eded4f9f88c84e5da0
Closes-Bug: 1316610
This commit is contained in:
Ihar Hrachyshka 2014-05-06 15:52:35 +02:00
parent 2585d7ebac
commit 56edda0d18
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 = True
verbose = False
# Show debugging output in logs (sets DEBUG log level output)
debug = False