From a834e0684a1dd81bbd3f6fe47b78be2ba8580f1a Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Thu, 3 Apr 2014 17:06:45 +0700 Subject: [PATCH] Add README link for `log-config` lib --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da056ce..a9e82d3 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@ [com.taoensso/timbre "3.1.6"] ; Stable ``` -v3 is a **major, backwards-compatible release**. Please see the [CHANGELOG][] for details. - -Appender authors: please see [here](https://github.com/ptaoussanis/timbre/issues/41) about migrating Timbre 2.x appenders to 3.x's recommended style. +v3 is a **major, backwards-compatible release**. Please see the [CHANGELOG][] for details. Appender authors: please see [here](https://github.com/ptaoussanis/timbre/issues/41) about migrating Timbre 2.x appenders to 3.x's recommended style. # Timbre, a (sane) Clojure logging & profiling library @@ -25,6 +23,10 @@ Logging with Java can be maddeningly, unnecessarily hard. Particularly if all yo * [tools.logging](https://github.com/clojure/tools.logging) support (optional, useful when integrating with legacy logging systems). * Dead-simple, logging-level-aware **logging profiler**. +## 3rd-party tools, appenders, etc. + * [log-config](https://github.com/palletops/log-config) by [Hugo Duncan](https://github.com/hugoduncan) - library to help manage Timbre logging config. + * Suggestions welcome! + ## Getting started ### Dependencies