taoensso / telemere

Structured telemetry library for Clojure/Script
https://www.taoensso.com/telemere
Eclipse Public License 1.0
200 stars 5 forks source link

add format-id-fn and format-msg-fn to signal-preamble-fn params #34

Closed Knotschi closed 3 days ago

Knotschi commented 4 days ago

This way its easier to reuse signal-preamble-fn for custom handlers. If nil is passed as any format fn: value won't be logged. The - char before the msg is now part of the formatter fn.

ptaoussanis commented 3 days ago

Thanks! Merged manually 👍