monkey-projects / monkeyci

Next-generation CI/CD tool that uses the full power of Clojure!
https://monkeyci.com
GNU General Public License v3.0
4 stars 0 forks source link

Timbre #121

Open wneirynck opened 5 months ago

wneirynck commented 5 months ago

Investigate if it is worthwhile to replace tools.logging with Timbre. Although Timbre can function as a backend for tools.logging, it doesn't need slf4j. We'll still need slf4j though, for other native Java libs. This would eliminate the need for logback. It's especially important that we keep dynamic configuration, but it would be nice if we could get rid of some of the weird things in logback (especially it's configuration).

wneirynck commented 3 months ago

Actually, use Telemere instead. I've already tried it in the Pushover notifier.