mirror of
https://github.com/penpot/penpot.git
synced 2025-06-09 19:41:38 +02:00
✨ Improve logging on websocket related code (backend)
This commit is contained in:
parent
7648836725
commit
ecee15af5b
2 changed files with 19 additions and 17 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue