Commit 84f974ef authored by rht's avatar rht

Add panic as loglevel in log config

License: MIT
Signed-off-by: default avatarrht <rhtbot@gmail.com>
parent 4b086eff
...@@ -45,7 +45,7 @@ output of a running daemon. ...@@ -45,7 +45,7 @@ output of a running daemon.
// TODO use a different keyword for 'all' because all can theoretically // TODO use a different keyword for 'all' because all can theoretically
// clash with a subsystem name // clash with a subsystem name
cmds.StringArg("subsystem", true, false, fmt.Sprintf("the subsystem logging identifier. Use '%s' for all subsystems.", logAllKeyword)), 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) { 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