-
Notifications
You must be signed in to change notification settings - Fork 97
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
More reflection warnings #305
Comments
Coming back to this one because it was annoying me. I think yada is responsible for the reflection warning. I got around to enabling debug:
and it pointed me at
Would it be possible to move to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'll try to use #122 as a guide to resolve what I'm getting with:
It managed to take out my whole repl until I traced it down! (At project startup, maybe via a timeout.)
EDIT ... oh dear can't find anything very quickly. Could it be in a sub-dependency?
EDIT ... I was using only
taoensso.timbre
for logging; addingcom.fzakaria/slf4j-timbre
andorg.slf4j/slf4j-api
seems to have resolved the problem.The text was updated successfully, but these errors were encountered: