From 11ff8e5c0bf4efb278de24c1627c71ca8514213b Mon Sep 17 00:00:00 2001 From: Reidar Cederqvist Date: Wed, 9 Jan 2019 09:24:16 +0100 Subject: [PATCH] cwmp_stun config: set the correct option name log_level refs #16219 --- config/cwmp_stun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cwmp_stun b/config/cwmp_stun index 3e41cc6..89c7945 100644 --- a/config/cwmp_stun +++ b/config/cwmp_stun @@ -8,5 +8,5 @@ config stun 'stun' # option client_port 7547 #if client_port option is not set or < 0 then use a random port for connection request source port #Log levels: Critical=0, Warning=1, Notice=2, Info=3, Debug=4 - option loglevel '1' + option log_level '1'