(ns yourapp
(:require [ninjakoala.monotony :refer [redirect-logging!]]))
(redirect-logging!)
This will go ahead and replace all timbre appenders with a single appender which uses clojure.tools.logging/log
instead.
Redirects timbre logging into tools.logging.
It's definitely not that I don't like timbre. I think it's a great idea and am looking forward to using it properly in the future. However, at $DAYJOB
we already have well-established custom Logback appenders and have finally got all our existing libraries to redirect their logging to SLF4J. I don't have time at the moment and I love carmine too much to have its logging go somewhere else.
Copyright © 2014 Neil Prosser
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.