Skip to content

Commit

Permalink
better logging
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Jul 1, 2024
1 parent 0299e5f commit 2ff92d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/clj_service/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,11 @@
:permission nil
:fixed-args [this]})
; expose services from extensions (which are stateless)
(info "exposing stateless services from extension..")
(expose-stateless-services-from-extensions this exts)
(info "creating websocket responder..")
; create websocket message handler
(create-websocket-responder this)
(info "clj-services running!")
; return the service state
this))

0 comments on commit 2ff92d3

Please sign in to comment.