Improve logging

This commit is contained in:
Daniel
2020-12-01 16:59:58 +01:00
parent bbfe5eba4e
commit f31e19aaac
4 changed files with 32 additions and 8 deletions

View File

@@ -520,6 +520,7 @@ func (conn *Connection) packetHandler() {
}
conn.Unlock()
// submit trace logs
log.Tracer(pkt.Ctx()).Submit()
}