branch: elpa/cider
commit 21cdfeb62035154519cf9811b217487b6219915f
Author: vemv <[email protected]>
Commit: vemv <[email protected]>
logging.adoc: add a note about Timbre compatibility
---
doc/modules/ROOT/pages/debugging/logging.adoc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/modules/ROOT/pages/debugging/logging.adoc
b/doc/modules/ROOT/pages/debugging/logging.adoc
index d7d72af614..02ff10ba9d 100644
--- a/doc/modules/ROOT/pages/debugging/logging.adoc
+++ b/doc/modules/ROOT/pages/debugging/logging.adoc
@@ -157,6 +157,8 @@ At the moment the following log frameworks are supported:
- https://logback.qos.ch[Logback]
- https://github.com/taoensso/timbre[Timbre]
+NOTE: if you choose Timbre, please make sure that your project's version
roughly matches
https://github.com/clojure-emacs/logjam/blob/master/project.clj[Logjam]'s
expected version - otherwise incompatible changes may make Timbre not appear
available as a CIDER Log Mode framework option.
+
There is some https://github.com/clojure-emacs/logjam/issues/2[work in
progress] to support https://logging.apache.org/log4j/2.x/[Log4j] as
well, but there are some