added flag crowdsec --warning (#1461)

This commit is contained in:
mmetc 2022-06-22 09:38:23 +02:00 committed by GitHub
parent c78c833400
commit d71279f023
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 46 additions and 40 deletions

View file

@ -207,7 +207,7 @@ func (c *Config) LoadAPIServer() error {
return err
}
} else {
log.Warningf("crowdsec local API is disabled")
log.Warning("crowdsec local API is disabled")
c.DisableAPI = true
}