We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17972d4 commit 5ba3ebfCopy full SHA for 5ba3ebf
core/commands/log.go
@@ -45,7 +45,7 @@ output of a running daemon.
45
// TODO use a different keyword for 'all' because all can theoretically
46
// clash with a subsystem name
47
cmds.StringArg("subsystem", true, false, fmt.Sprintf("the subsystem logging identifier. Use '%s' for all subsystems.", logAllKeyword)),
48
- cmds.StringArg("level", true, false, "one of: debug, info, warning, error, fatal"),
+ cmds.StringArg("level", true, false, "one of: debug, info, warning, error, fatal, panic"),
49
},
50
Run: func(req cmds.Request, res cmds.Response) {
51
0 commit comments