Hmm. Is the example in the README for duct-framework/logger.timbre incorrect or am I missing something?
It looks like this:
{:duct.logger/timbre
{:level :info
:appender #ig/ref :duct.logger.timbre/println}
:duct.logger.timbre/println {}}
But I think Timbre expects :appenders {:println #ig/ref :duct.logger.timbre/println}
instead.
I spent a good while scratching my head wondering why nothing was getting logged, but making that change seemed to fix the issue.