mirror of
https://github.com/status-im/timbre.git
synced 2025-01-30 05:35:47 +00:00
Fix: log*
return value should be nil
, not true
This commit is contained in:
parent
1039912094
commit
912dfb46d0
@ -320,7 +320,7 @@
|
||||
:args ~log-vargs ; No native tools.logging support
|
||||
:throwable ~throwable
|
||||
:message ~message}))
|
||||
true))
|
||||
nil))
|
||||
|
||||
([base-appender-args level log-args message-fn]
|
||||
`(when-let [juxt-fn# (@appenders-juxt-cache ~level)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user