-
-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
may-log? may returns nil with ns-whitelist #206
Comments
Hi Mike, much thanks for the report! Apologies about the long delay in replying. Will fix. But for posterity would suggest that this ideally be something adjusted on Cheers! :-) |
…may return nil causing NPE Fixes taoensso/timbre#206
@ptaoussanis I've just fixed this at our end (only just seen this issue, sorry!) so feel free to revert the changes introduced in b673a5b which are no longer required |
When
ns-whitelist
is set, calls like(may-log? :info)
returnsnil
even though it should be boolean-only. This currently causes slf4j-timbre to freak out.The text was updated successfully, but these errors were encountered: