mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 20:36:12 +02:00
added flag crowdsec --warning (#1461)
This commit is contained in:
parent
c78c833400
commit
d71279f023
21 changed files with 46 additions and 40 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue