]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Revert "Disable debug messages when running unit tests"
authorIhar Hrachyshka <ihrachys@redhat.com>
Wed, 7 May 2014 12:51:14 +0000 (14:51 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Wed, 7 May 2014 12:54:35 +0000 (14:54 +0200)
This reverts commit 56edda0d1840da1ccfcd7c35df397251ddb779db.

Another patch (commit-id: df96a03e6c74f1fceb4525900bca885307907b79) 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

neutron/tests/etc/neutron.conf.test

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