blob: d7576eaefbc28a0acd19772cea2f85599299de09 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[subcommand ll]
purpose = Query or set the log level of the daemon
m4_ifelse(SUITE, `server_cmd', `aux_info = NO_PERMISSION_REQUIRED')
non-opts-name = [severity]
[description]
If no argument is given, the command prints the severity string (one
of the possible string arguments to --loglevel) which corresponds to
the current loglevel. Otherwise, if the given argument is a severity
string, the current log level is set accordingly.
[/description]
|