We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0083704 commit 0dff36bCopy full SHA for 0dff36b
decompressed/gui_file/etc/modgui_scripts/04_config.sh
@@ -184,7 +184,7 @@ suppress_excessive_logging() {
184
logecho "Suppressing igmpproxy logs"
185
uci set igmpproxy.globals.trace='0'
186
fi
187
- if [ "$(uci get -q mmpbx.global.trace_level)" != "3" ]; then
+ if [ "$(uci get -q wansensing.global.tracelevel)" != "3" ]; then
188
logecho "Suppressing wansensing logs"
189
uci set wansensing.global.tracelevel='3' #we don't need that we are still connected to vdsl -.-
190
0 commit comments