Add logging when connection created

This commit is contained in:
ChronosX88 2020-02-10 14:55:43 +04:00
parent eb948ed5bd
commit ff10a18f3b

View File

@ -38,4 +38,5 @@ func (ch *ConnectionHandler) HandleNewConnection(wsocket *websocket.Conn) {
router.RouteMessage(o, msg)
}
}()
logger.Infof("Connection %s was created", o.connID)
}