Skip to content

ninjakoala/monotony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clojars Project Build Status

(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.

monotony

Redirects timbre logging into tools.logging.

Justification

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.

License

Copyright © 2014 Neil Prosser

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Clojure library to redirect timbre logging to tools.logging

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published