mirror of
https://github.com/status-im/timbre.git
synced 2025-01-30 21:57:08 +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
|
:args ~log-vargs ; No native tools.logging support
|
||||||
:throwable ~throwable
|
:throwable ~throwable
|
||||||
:message ~message}))
|
:message ~message}))
|
||||||
true))
|
nil))
|
||||||
|
|
||||||
([base-appender-args level log-args message-fn]
|
([base-appender-args level log-args message-fn]
|
||||||
`(when-let [juxt-fn# (@appenders-juxt-cache ~level)]
|
`(when-let [juxt-fn# (@appenders-juxt-cache ~level)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user