logging
This commit is contained in:
parent
2358e03adb
commit
4856b4477f
|
@ -177,7 +177,7 @@ func WSHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
|
|
||||||
wSession = WideSessions.New(httpSession, sid)
|
wSession = WideSessions.New(httpSession, sid)
|
||||||
|
|
||||||
logger.Infof("Created a wide session [%s] for websocket reconnecting, user [%s]", sid, wSession.Username)
|
logger.Debugf("Created a wide session [%s] for websocket reconnecting, user [%s]", sid, wSession.Username)
|
||||||
}
|
}
|
||||||
|
|
||||||
conn, _ := websocket.Upgrade(w, r, nil, 1024, 1024)
|
conn, _ := websocket.Upgrade(w, r, nil, 1024, 1024)
|
||||||
|
|
Loading…
Reference in New Issue