mirror of
https://github.com/penpot/penpot.git
synced 2026-03-24 04:10:38 +01:00
✨ Improve logging on websocket related code (backend)
This commit is contained in:
committed by
Alonso Torres
parent
7648836725
commit
ecee15af5b
@@ -44,7 +44,7 @@
|
||||
(ptk/reify ::initialize
|
||||
ptk/WatchEvent
|
||||
(watch [_ state stream]
|
||||
(l/trace :hint "event:initialize" :fn "watch")
|
||||
(l/trace :hint "initialize" :fn "watch")
|
||||
(let [sid (:session-id state)
|
||||
uri (prepare-uri {:session-id sid})
|
||||
ws (ws/create uri)]
|
||||
|
||||
Reference in New Issue
Block a user