mirror of
https://github.com/daeuniverse/dae.git
synced 2025-01-08 14:34:08 +07:00
chore: log level
This commit is contained in:
parent
5698247c3a
commit
868f8fd0e8
@ -40,7 +40,7 @@ func (c *ControlPlane) handleConn(lConn net.Conn) (err error) {
|
|||||||
case consts.OutboundDirect:
|
case consts.OutboundDirect:
|
||||||
case consts.OutboundControlPlaneDirect:
|
case consts.OutboundControlPlaneDirect:
|
||||||
value.Outbound = uint8(consts.OutboundDirect)
|
value.Outbound = uint8(consts.OutboundDirect)
|
||||||
c.log.Debugf("outbound: %v => %v",
|
c.log.Tracef("outbound: %v => %v",
|
||||||
consts.OutboundControlPlaneDirect.String(),
|
consts.OutboundControlPlaneDirect.String(),
|
||||||
consts.OutboundIndex(value.Outbound).String(),
|
consts.OutboundIndex(value.Outbound).String(),
|
||||||
)
|
)
|
||||||
|
@ -100,7 +100,7 @@ func (c *ControlPlane) handlePkt(data []byte, lConn *net.UDPConn, lAddrPort neti
|
|||||||
case consts.OutboundControlPlaneDirect:
|
case consts.OutboundControlPlaneDirect:
|
||||||
addrHdr.Outbound = uint8(consts.OutboundDirect)
|
addrHdr.Outbound = uint8(consts.OutboundDirect)
|
||||||
|
|
||||||
c.log.Debugf("outbound: %v => %v",
|
c.log.Tracef("outbound: %v => %v",
|
||||||
consts.OutboundControlPlaneDirect.String(),
|
consts.OutboundControlPlaneDirect.String(),
|
||||||
consts.OutboundIndex(addrHdr.Outbound).String(),
|
consts.OutboundIndex(addrHdr.Outbound).String(),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user