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:
parent
2585d7ebac
commit
56edda0d18
@ -1,6 +1,6 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
# Show more verbose log output (sets INFO log level output)
|
# Show more verbose log output (sets INFO log level output)
|
||||||
verbose = True
|
verbose = False
|
||||||
|
|
||||||
# Show debugging output in logs (sets DEBUG log level output)
|
# Show debugging output in logs (sets DEBUG log level output)
|
||||||
debug = False
|
debug = False
|
||||||
|
Loading…
Reference in New Issue
Block a user