chore: change arif_rime default log level to ERROR

This commit is contained in:
CismonX 2023-02-20 13:45:32 +08:00
parent 787f487b19
commit 70843c6670
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ Defaults to "/tmp".
Rime minimum log level.
Should be one of INFO, WARNING, ERROR or FATAL (case insensitive).
.IP
Default log level is INFO.
Default log level is ERROR.
.TP
.B ARIF_RIME_MODULES
A whitespace-separated list of Rime modules to load before Rime initialization.

View File

@ -354,7 +354,7 @@ get_log_level (
if (0 == strcasecmp("FATAL", log_level)) {
return 3;
}
return 0;
return 2;
}
static char const **