diff --git a/log/handler.go b/log/handler.go index e4b106f10b..56eff6671f 100644 --- a/log/handler.go +++ b/log/handler.go @@ -57,7 +57,7 @@ type TerminalHandler struct { // // Example: // -// [DEBUG] [May 16 20:58:45] remove route ns=haproxy addr=127.0.0.1:50002 +// [DBUG] [May 16 20:58:45] remove route ns=haproxy addr=127.0.0.1:50002 func NewTerminalHandler(wr io.Writer, useColor bool) *TerminalHandler { return NewTerminalHandlerWithLevel(wr, levelMaxVerbosity, useColor) }