From 1760ea526ceb2c95a8c1e0c194b1f5c2d1aded10 Mon Sep 17 00:00:00 2001 From: Grzegorz Sluja Date: Mon, 14 Sep 2020 12:02:22 +0200 Subject: [PATCH] wifimngr: Set default debug level to ERR When wifimngr debugging is enabled debug level is set to ERR only by default. Signed-off-by: Grzegorz Sluja --- wifimngr/files/wifimngr.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifimngr/files/wifimngr.init b/wifimngr/files/wifimngr.init index 5d8b75871..6b582dc1d 100644 --- a/wifimngr/files/wifimngr.init +++ b/wifimngr/files/wifimngr.init @@ -9,7 +9,7 @@ PROG=/usr/sbin/wifimngr start_service() { procd_open_instance procd_set_param command ${PROG} -# procd_set_param env IOP_LLA_LIBS_DEBUG=3 #for debugging only + procd_set_param env LIBWIFI_DEBUG_LEVEL=3 #for debugging only # procd_set_param stderr 1 #for debugging only procd_set_param respawn procd_close_instance