From: Tomek Mrugalski Date: Fri, 8 Aug 2014 11:02:44 +0000 (+0200) Subject: [3427] Fix in keactrl tests. X-Git-Tag: trac3482_base~54^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2b7c2d8a3b144d0426ac4c72d0f0b8d4385e566;p=thirdparty%2Fkea.git [3427] Fix in keactrl tests. --- diff --git a/src/bin/keactrl/tests/keactrl_tests.sh.in b/src/bin/keactrl/tests/keactrl_tests.sh.in index 102c8f30ef..6f480497b6 100644 --- a/src/bin/keactrl/tests/keactrl_tests.sh.in +++ b/src/bin/keactrl/tests/keactrl_tests.sh.in @@ -81,7 +81,25 @@ config="{ { \"loggers\": [ { - \"name\": \"*\", + \"name\": \"kea-dhcp4\", + \"output_options\": [ + { + \"output\": \"$LOG_FILE\" + } + ], + \"severity\": \"INFO\" + }, + { + \"name\": \"kea-dhcp6\", + \"output_options\": [ + { + \"output\": \"$LOG_FILE\" + } + ], + \"severity\": \"INFO\" + }, + { + \"name\": \"kea-dhcp-ddns\", \"output_options\": [ { \"output\": \"$LOG_FILE\"