Fork me on GitHub
#duct
<
2018-11-20
>
flowthing11:11:14

Hmm. Is the example in the README for duct-framework/logger.timbre incorrect or am I missing something?

flowthing11:11:31

It looks like this:

{:duct.logger/timbre
 {:level    :info
  :appender #ig/ref :duct.logger.timbre/println}

 :duct.logger.timbre/println {}}

flowthing11:11:00

But I think Timbre expects :appenders {:println #ig/ref :duct.logger.timbre/println} instead.

flowthing11:11:43

I spent a good while scratching my head wondering why nothing was getting logged, but making that change seemed to fix the issue.