Browse Source

make this info level (#1409)

* make this info level
Thibault "bui" Koechlin 3 năm trước cách đây
mục cha
commit
ba7f4fcec0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pkg/apiserver/apic.go

+ 1 - 1
pkg/apiserver/apic.go

@@ -428,7 +428,7 @@ func (a *apic) PullTop() error {
 	}
 
 	if len(data.New) == 0 {
-		log.Warnf("capi/community-blocklist : received 0 new entries, CAPI failure ?")
+		log.Infof("capi/community-blocklist : received 0 new entries (expected if you just installed crowdsec)")
 		return nil
 	}