chore: restore msg

This commit is contained in:
owenPark256 2024-06-11 02:48:25 -07:00 committed by GitHub
parent ebc8f21aa3
commit 43327b759b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,7 @@ type TerminalHandler struct {
// //
// Example: // 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 { func NewTerminalHandler(wr io.Writer, useColor bool) *TerminalHandler {
return NewTerminalHandlerWithLevel(wr, levelMaxVerbosity, useColor) return NewTerminalHandlerWithLevel(wr, levelMaxVerbosity, useColor)
} }