mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
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:
parent
b5a493e540
commit
1760ea526c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue