]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Disable debug messages when running unit tests
authorIhar Hrachyshka <ihrachys@redhat.com>
Tue, 6 May 2014 13:52:35 +0000 (15:52 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Tue, 6 May 2014 13:52:35 +0000 (15:52 +0200)
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

neutron/tests/etc/neutron.conf.test

index 45f0e778f5c2e924cbd6b13c1def3f5d4a4d5cc5..5a8c19ede021b01f2a09de2c074c8e5a74313ffb 100644 (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