Housekeeping

This commit is contained in:
Peter Taoussanis 2012-10-02 17:44:31 +07:00
parent d28429f4f3
commit ad2dad1156
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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)))