Hello guys, is there any way i can set the appenders via environment variables/config file?
Is there any out-of-the-box tool for that ?
@andrei.stan No tool needed really:
(taoensso.timbre/merge-config! {:appenders {:your-appender {:enabled? (boolean (get-config-or-envvar ...)}}}))