mirror of
https://github.com/taoensso/telemere.git
synced 2025-12-16 17:41:12 +00:00
[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:
parent
4fdc55e9b8
commit
78ed4d7f14
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue