aboutsummaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2022-08-05 14:40:24 +0200
committerAleksander Morgado <aleksandermj@chromium.org>2022-11-04 13:12:56 +0000
commitb3f315ad2db5455156781f1cfc22ecfb46bc389e (patch)
tree45882a3b24f6b65108337f76256f4eed51b3c660 /cli
parent823f3e7995a27d89524f07aee46c8efad246fbc7 (diff)
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.
Diffstat (limited to 'cli')
-rw-r--r--cli/mmcli-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/mmcli-manager.c b/cli/mmcli-manager.c
index 70903f91..9cd7d7db 100644
--- a/cli/mmcli-manager.c
+++ b/cli/mmcli-manager.c
@@ -70,7 +70,7 @@ static GOptionEntry entries[] = {
},
{ "set-logging", 'G', 0, G_OPTION_ARG_STRING, &set_logging_str,
"Set logging level in the ModemManager daemon",
- "[ERR,WARN,INFO,DEBUG]",
+ "[ERR,WARN,MSG,INFO,DEBUG]",
},
{ "list-modems", 'L', 0, G_OPTION_ARG_NONE, &list_modems_flag,
"List available modems",