mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-10 21:11:20 +00:00
torrent: suspend more useless logs #4116
This commit is contained in:
parent
4d98ce697b
commit
0fd12743e7
@ -56,6 +56,9 @@ func (b adapterHandler) Handle(r lg.Record) {
|
|||||||
if strings.Contains(str, "banned ip") { // suppress useless errors
|
if strings.Contains(str, "banned ip") { // suppress useless errors
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
if strings.Contains(str, "being sole dirtier of piece") { // suppress useless errors
|
||||||
|
break
|
||||||
|
}
|
||||||
|
|
||||||
log.Warn(str)
|
log.Warn(str)
|
||||||
case lg.Error:
|
case lg.Error:
|
||||||
|
Loading…
Reference in New Issue
Block a user