File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import (
14
14
"github.com/lc/gau/v2/pkg/providers"
15
15
"github.com/lynxsecurity/pflag"
16
16
"github.com/lynxsecurity/viper"
17
- "github.com/sirupsen/logrus"
18
17
log "github.com/sirupsen/logrus"
19
18
"github.com/valyala/fasthttp"
20
19
"github.com/valyala/fasthttp/fasthttpproxy"
@@ -82,9 +81,9 @@ func (c *Config) ProviderConfig() (*providers.Config, error) {
82
81
OTX : c .OTX ,
83
82
}
84
83
85
- logrus .SetLevel (log .ErrorLevel )
84
+ log .SetLevel (log .ErrorLevel )
86
85
if c .Verbose {
87
- logrus .SetLevel (log .InfoLevel )
86
+ log .SetLevel (log .InfoLevel )
88
87
}
89
88
pc .Blacklist = mapset .NewThreadUnsafeSet (c .Blacklist ... )
90
89
pc .Blacklist .Add ("" )
You can’t perform that action at this time.
0 commit comments