Commit 8663b4d4 authored by Jesse Weinstein's avatar Jesse Weinstein

Remove notice from list of log levels.

This is because go-log does not support that level, although the underlying library, go-logging, does.

License: MIT
Signed-off-by: default avatarJesse Weinstein <jesse@wefu.org>
parent 6fdfaaf6
......@@ -45,7 +45,7 @@ output of a running daemon.
// clash with a subsystem name
cmds.StringArg("subsystem", true, false, fmt.Sprintf("The subsystem logging identifier. Use '%s' for all subsystems.", logAllKeyword)),
cmds.StringArg("level", true, false, `The log level, with 'debug' the most verbose and 'critical' the least verbose.
One of: debug, info, notice, warning, error, critical.
One of: debug, info, warning, error, critical.
`),
},
Run: func(req cmds.Request, res cmds.Response) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment