core,log: new 'MSG' log level between 'INFO' and 'WARN'
We're bumping the current "INFO" level messages to the new "MSG" level, also making the new level the default. The old "INFO" level will be used to setup an intermediate level of logging which is not as verbose as "DEBUG" but still provides some capabilities to analyze the behavior of a modem.
This commit is contained in:

committed by
Aleksander Morgado

parent
823f3e7995
commit
b3f315ad2d
@@ -31,7 +31,8 @@
|
||||
|
||||
<!--
|
||||
SetLogging:
|
||||
@level: One of <literal>"ERR"</literal>, <literal>"WARN"</literal>, <literal>"INFO"</literal>, <literal>"DEBUG"</literal>.
|
||||
@level: One of <literal>"ERR"</literal>, <literal>"WARN"</literal>,
|
||||
<literal>"MSG"</literal>, <literal>"INFO"</literal>, <literal>"DEBUG"</literal>.
|
||||
|
||||
Set logging verbosity.
|
||||
|
||||
|
Reference in New Issue
Block a user