mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-18 17:56:25 +00:00
fix: change log level from warn to debug on connection failure to suppress huge logs
This commit is contained in:
parent
aae73c46fa
commit
221f1e3fab
@ -100,7 +100,7 @@ func process(client net.Conn) {
|
|||||||
logrus.Debug("Connect timeout: ", err)
|
logrus.Debug("Connect timeout: ", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
logrus.Warn("Connect failed: ", err)
|
logrus.Debug("Connect failed: ", err)
|
||||||
client.Close()
|
client.Close()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user