mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +02:00
Minor changes to specific logs (#900)
- Minor changes to specific logs - Fix LAPI to not push signals to CAPI when disabled #907
This commit is contained in:
parent
488f28e3a3
commit
448a227079
12 changed files with 29 additions and 23 deletions
|
@ -111,7 +111,7 @@ func (c *Config) LoadAPIServer() error {
|
|||
}
|
||||
}
|
||||
if c.API.Server.OnlineClient == nil || c.API.Server.OnlineClient.Credentials == nil {
|
||||
log.Printf("push and pull to crowdsec API disabled")
|
||||
log.Printf("push and pull to Central API disabled")
|
||||
}
|
||||
if err := c.LoadDBConfig(); err != nil {
|
||||
return err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue