mirror of
https://github.com/fatedier/frp.git
synced 2024-11-15 04:24:55 +01:00
frps/control.go remove log info
This commit is contained in:
parent
396e148f80
commit
54beb19435
@ -306,7 +306,6 @@ func doLogin(req *msg.ControlReq, c *conn.Conn) (ret int64, info string) {
|
||||
log.Warn(info)
|
||||
return
|
||||
}
|
||||
log.Info("serverProxy: %+v", s)
|
||||
|
||||
// update metric's proxy status
|
||||
metric.SetProxyInfo(s.Name, s.Type, s.BindAddr, s.UseEncryption, s.UseGzip, s.PrivilegeMode, s.CustomDomains, s.ListenPort)
|
||||
|
Loading…
Reference in New Issue
Block a user