mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-12 22:38:11 +02:00
websocket handler simplified logging.
This commit is contained in:
parent
c2fe224562
commit
5130d94bbc
8 changed files with 29 additions and 52 deletions
|
@ -113,7 +113,7 @@ func (h *MessageHandlerCtx) Message(session types.Session, data types.WebSocketM
|
|||
}
|
||||
|
||||
if err != nil {
|
||||
logger.Error().Err(err).Msg("message handler has failed")
|
||||
logger.Warn().Err(err).Msg("message handler has failed")
|
||||
}
|
||||
|
||||
return true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue