mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 20:36:12 +02:00
lint: style, autofix (#3354)
This commit is contained in:
parent
bbe7752967
commit
7a1ad8376a
48 changed files with 177 additions and 169 deletions
|
@ -158,7 +158,6 @@ func (wc *AppsecConfig) SetUpLogger() {
|
|||
/* wc.Name is actually the datasource name.*/
|
||||
wc.Logger = wc.Logger.Dup().WithField("name", wc.Name)
|
||||
wc.Logger.Logger.SetLevel(*wc.LogLevel)
|
||||
|
||||
}
|
||||
|
||||
func (wc *AppsecConfig) LoadByPath(file string) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue