Add output pattern TODO

This commit is contained in:
Peter Taoussanis 2013-07-23 21:38:05 +07:00
parent 545c278394
commit 2d38d2a970
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
:timestamp-pattern "yyyy-MMM-dd HH:mm:ss ZZ" ; SimpleDateFormat pattern
:timestamp-locale nil ; A Locale object, or nil
;; Control :prefix format
;; Control :prefix format ; TODO Generalize to output pattern
:prefix-fn
(fn [{:keys [level timestamp hostname ns]}]
(str timestamp " " hostname " " (-> level name str/upper-case)