From 848bc6ff898a55e8deebcf30650e9f4770ab4386 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 14 Apr 2011 09:14:16 +0200 Subject: [PATCH] Increase conftest default loglevel of cfg to 2 --- src/conftest/suiteb/dut.conf | 7 +++++++ src/conftest/suiteb/suite.conf | 7 +++++++ 2 files changed, 14 insertions(+) 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 + } +} -- 2.47.2