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:
Aleksander Morgado
2022-08-05 14:40:24 +02:00
committed by Aleksander Morgado
parent 823f3e7995
commit b3f315ad2d
31 changed files with 219 additions and 208 deletions

View File

@@ -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.