mirror of https://github.com/status-im/timbre.git
Housekeeping
This commit is contained in:
parent
d28429f4f3
commit
ad2dad1156
|
@ -51,8 +51,7 @@ Depend on Timbre in your `project.clj`:
|
|||
and `use` the library:
|
||||
|
||||
```clojure
|
||||
(ns my-app
|
||||
(:use [taoensso.timbre :as timbre :only (trace debug info warn error fatal spy)]))
|
||||
(ns my-app (:use [taoensso.timbre :as timbre :only (trace debug info warn error fatal spy)]))
|
||||
```
|
||||
|
||||
### Start Logging
|
||||
|
|
|
@ -186,7 +186,7 @@
|
|||
(apply juxt))))))))
|
||||
(reset! appenders-juxt-cache)))
|
||||
|
||||
;;; Namespace filter
|
||||
;;; Namespace filter ; TODO Generalize to arbitrary fn filters?
|
||||
|
||||
(def ns-filter-cache "@ns-filter-cache => (fn relevant-ns? [ns] ...)"
|
||||
(atom (constantly true)))
|
||||
|
|
Loading…
Reference in New Issue