提交 8663b4d4 作者: 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: 's avatarJesse Weinstein <jesse@wefu.org>
上级 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 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论