@cryptotaxi247 / kubo / commits / 8663b4d48

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: Jesse Weinstein <jesse@wefu.org>

Jesse Weinstein committed Aug 30, 2016 at 18:31 UTC 8663b4d48b7f00fe14d18518948222862a1fc17f
1 file changed +1 -1
core/commands/log.go
+1 -1
@@ -45,7 +45,7 @@ output of a running daemon.
45 // clash with a subsystem name
46 cmds.StringArg("subsystem", true, false, fmt.Sprintf("The subsystem logging identifier. Use '%s' for all subsystems.", logAllKeyword)),
47 cmds.StringArg("level", true, false, `The log level, with 'debug' the most verbose and 'critical' the least verbose.
48 - One of: debug, info, notice, warning, error, critical.
48 + One of: debug, info, warning, error, critical.
49 `),
50 },
51 Run: func(req cmds.Request, res cmds.Response) {