Am Freitag, 7. Juni 2019 15:35:41 UTC+2 schrieb Alex Miller:
>
> How do you start the web server?
>
I use component to startup immutant web, I also tried with http-kit, but 
that didnt make a difference.

Who is printing the error?
>
I think thats the key point here, right now I dont know as I never bothered 
to figure out who prints the stacktraces.


> There are functions available in clojure.main to replicate the message 
> from the repl - you can call them yourself.
>  
> See https://clojure.org/reference/repl_and_main#_error_printing for more 
> on error triage and the functions like Throwable>map, 
> clojure.main/ex-triage, and clojure.main/ex-str. This chain of functions is 
> what the REPL uses to produce the message below
>


Thanks, I will try that, but that would mean I will have to catch every 
potential ExceptionInfo error and check if its a spec error which is pretty 
cumbersome, especially as I only want to see these outputs during 
development (instrument is turned off in production).

Thanks,

Sven

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/d2dfbe5b-8aac-4680-a3f9-9086bfd83b8a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to