From: Martin Willi Date: Thu, 14 Apr 2011 07:14:16 +0000 (+0200) Subject: Increase conftest default loglevel of cfg to 2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fconftest;p=thirdparty%2Fstrongswan.git Increase conftest default loglevel of cfg to 2 --- diff --git a/src/conftest/suiteb/dut.conf b/src/conftest/suiteb/dut.conf index 09218ec385..36e8bd0708 100644 --- a/src/conftest/suiteb/dut.conf +++ b/src/conftest/suiteb/dut.conf @@ -45,3 +45,10 @@ configs { } } } + +log { + stdout { + default = 1 + cfg = 2 + } +} diff --git a/src/conftest/suiteb/suite.conf b/src/conftest/suiteb/suite.conf index ad0332a34b..92f9cb9b7a 100644 --- a/src/conftest/suiteb/suite.conf +++ b/src/conftest/suiteb/suite.conf @@ -45,3 +45,10 @@ configs { } } } + +log { + stdout { + default = 1 + cfg = 2 + } +}