From 56edda0d1840da1ccfcd7c35df397251ddb779db Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Tue, 6 May 2014 15:52:35 +0200 Subject: [PATCH] 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 --- neutron/tests/etc/neutron.conf.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/tests/etc/neutron.conf.test b/neutron/tests/etc/neutron.conf.test index 45f0e778f..5a8c19ede 100644 --- a/neutron/tests/etc/neutron.conf.test +++ b/neutron/tests/etc/neutron.conf.test @@ -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 -- 2.45.2