mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-30 06:50:55 +02:00
fix logs, unified session_id.
This commit is contained in:
parent
cacdd9e20a
commit
d83e04e7ec
10 changed files with 37 additions and 40 deletions
|
@ -30,7 +30,7 @@ func (peer *WebSocketPeerCtx) Send(v interface{}) error {
|
|||
}
|
||||
|
||||
peer.manager.logger.Debug().
|
||||
Str("session", peer.session.ID()).
|
||||
Str("session_id", peer.session.ID()).
|
||||
Str("address", peer.connection.RemoteAddr().String()).
|
||||
Str("raw", string(raw)).
|
||||
Msg("sending message to client")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue