Browse Source

[3427] Fix in keactrl tests.

Tomek Mrugalski 10 years ago
parent
commit
c2b7c2d8a3
1 changed files with 19 additions and 1 deletions
  1. 19 1
      src/bin/keactrl/tests/keactrl_tests.sh.in

+ 19 - 1
src/bin/keactrl/tests/keactrl_tests.sh.in

@@ -81,7 +81,25 @@ config="{
     {
     {
         \"loggers\": [
         \"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_options\": [
                 {
                 {
                     \"output\": \"$LOG_FILE\"
                     \"output\": \"$LOG_FILE\"