adds export of account lookup
This commit is contained in:
@@ -32,15 +32,17 @@
|
||||
(org.apache.commons.io.input BOMInputStream)))
|
||||
|
||||
(defn println-event [item]
|
||||
(printf "%s - %s:%s %s\n" (:mulog/namespace item) (:mulog/event-name item)
|
||||
(printf "%s: %s - %s:%s %s\n"
|
||||
(str (c/to-date-time (:mulog/timestamp item)))
|
||||
(:mulog/namespace item) (:mulog/event-name item)
|
||||
(if (:mulog/duration item)
|
||||
(str " " (int (/ (:mulog/duration item) 1000000)) "ms")
|
||||
"")
|
||||
(pr-str (reduce
|
||||
(fn [acc [k v]]
|
||||
(assoc acc k v))
|
||||
{}
|
||||
item))))
|
||||
(fn [acc [k v]]
|
||||
(assoc acc k v))
|
||||
{}
|
||||
item))))
|
||||
|
||||
|
||||
(deftype DevPublisher [config buffer transform]
|
||||
|
||||
Reference in New Issue
Block a user