优化错误日志处理

This commit is contained in:
刘祥超
2023-08-13 14:25:59 +08:00
parent 0a290251cd
commit 288074c8b3
3 changed files with 13 additions and 5 deletions

View File

@@ -187,7 +187,7 @@ func (this *IPListManager) fetch() (hasNext bool, err error) {
})
if err != nil {
if rpc.IsConnError(err) {
remotelogs.Warn("IP_LIST_MANAGER", "rpc connection error: "+err.Error())
remotelogs.Debug("IP_LIST_MANAGER", "rpc connection error: "+err.Error())
return false, nil
}
return false, err