Improve logging on websocket related code (backend)

This commit is contained in:
Andrey Antukh 2023-12-14 16:24:35 +01:00 committed by Alonso Torres
parent 7648836725
commit ecee15af5b
2 changed files with 19 additions and 17 deletions

View file

@ -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)]