[mod] [#51] Make default console handler synchronous by default

This might be less surprising for beginners and new users, so
should probably be the default.
This commit is contained in:
Peter Taoussanis 2025-02-27 17:14:05 +01:00
parent 4fdc55e9b8
commit 78ed4d7f14

View file

@ -399,7 +399,7 @@
:msg "Back pressure on wrapped handler fn"
:data data})))
(add-handler! :default/console (handler:console))
(add-handler! :default/console (handler:console) {:async nil})
#?(:clj (truss/catching (require '[taoensso.telemere.tools-logging]))) ; TL->Telemere
#?(:clj (truss/catching (require '[taoensso.telemere.slf4j]))) ; SLF4J->Telemere