duct-framework / logger.timbre

Integrant methods for the Timbre logging library
3 stars 2 forks source link

Can't configure timezone on appenders #4

Open RickMoynihan opened 7 years ago

RickMoynihan commented 7 years ago

I've noticed that by default the timbre spit appender is logging in UTC, rather than the default TimeZone. Unfortunately it seems that this is currently unconfigurable because of the select-keys call here:

https://github.com/duct-framework/logger.timbre/blob/master/src/duct/logger/timbre.clj#L20

I should also point out that there appears to be another bug in timbre to do with setting the default timezone, for which I've filed a bug report here.