From 84f974ef8bd44fe033d20fa6f408a7d6b018be9d Mon Sep 17 00:00:00 2001 From: rht Date: Fri, 12 Jun 2015 04:52:13 +0700 Subject: [PATCH] Add panic as loglevel in log config License: MIT Signed-off-by: rht --- core/commands/log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands/log.go b/core/commands/log.go index 9e2cd14c8..aa819c625 100644 --- a/core/commands/log.go +++ b/core/commands/log.go @@ -45,7 +45,7 @@ output of a running daemon. // TODO use a different keyword for 'all' because all can theoretically // 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, "one of: debug, info, warning, error, fatal"), + cmds.StringArg("level", true, false, "one of: debug, info, warning, error, fatal, panic"), }, Run: func(req cmds.Request, res cmds.Response) {