diff --git a/pkg/log/log.go b/pkg/log/log.go index 597948b..c79c071 100644 --- a/pkg/log/log.go +++ b/pkg/log/log.go @@ -17,6 +17,7 @@ var ( // SetDebug controls debug logging. func SetDebug(to bool) { debug = to + l.Level = logrus.DebugLevel } // SetFormatter sets the formatter.