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 <grzegorz.sluja@iopsys.eu>
This commit is contained in:
Grzegorz Sluja 2020-09-14 12:02:22 +02:00 committed by Anjan Chanda
parent b5a493e540
commit 1760ea526c

View file

@ -9,7 +9,7 @@ PROG=/usr/sbin/wifimngr
start_service() { start_service() {
procd_open_instance procd_open_instance
procd_set_param command ${PROG} 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 stderr 1 #for debugging only
procd_set_param respawn procd_set_param respawn
procd_close_instance procd_close_instance