custom logger for Bridge.session

This commit is contained in:
Travis McLane
2020-03-24 09:01:50 -05:00
committed by Lea Anthony
parent eb8a1f2303
commit 45a507673e

View File

@@ -74,7 +74,7 @@ func (h *Bridge) startSession(conn *websocket.Conn) {
conn: conn,
bindingCache: h.bindingCache,
ipc: h.ipcManager,
log: h.log,
log: logger.NewCustomLogger("BridgeSession"),
eventManager: h.eventManager,
}