add debug

This commit is contained in:
alteredCoder 2021-10-13 17:32:39 +02:00
parent e41a334af4
commit ed010fe7d6

View file

@ -226,7 +226,7 @@ func (a *apic) Push() error {
func (a *apic) DeleteDecisions() error {
defer types.CatchPanic("lapi/deleteDecisionsCAPI")
log.Infof("start crowdsec api push (interval: %s)", PushInterval)
log.Infof("start goroutine for manual deleted decisions")
for {
select {