Skip to content

Commit 5ba3ebf

Browse files
committed
Add panic as loglevel in log config
License: MIT Signed-off-by: rht <[email protected]>
1 parent 17972d4 commit 5ba3ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/commands/log.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ output of a running daemon.
4545
// TODO use a different keyword for 'all' because all can theoretically
4646
// clash with a subsystem name
4747
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"),
48+
cmds.StringArg("level", true, false, "one of: debug, info, warning, error, fatal, panic"),
4949
},
5050
Run: func(req cmds.Request, res cmds.Response) {
5151

0 commit comments

Comments
 (0)