diff --git a/main.go b/main.go index 50949c9..f28be9f 100644 --- a/main.go +++ b/main.go @@ -42,9 +42,7 @@ func main() { Timeout: 15 * time.Second, } - if viper.GetBool("debug") { - log.SetLevel(log.DebugLevel) - } + log.SetLevel(log.DebugLevel) c, err := yara.NewCompiler()