taoensso / timbre

Pure Clojure/Script logging library
https://www.taoensso.com/timbre
Eclipse Public License 1.0
1.44k stars 171 forks source link

Incl. :fn-name in data sent to appenders #304

Closed audriu closed 1 year ago

audriu commented 4 years ago

Something like this https://github.com/cloojure/tupelo/blob/master/src/cljc/tupelo/misc.cljc#L468

ptaoussanis commented 1 year ago

@audriu Hi Audrius, apologies for the long delay replying! It looks like the content of your link has changed, please always try reference a specific commit hash when linking to code on GitHub.

Would be open to adding additional data for appenders if you/someone can show an example of how the data could be had.

Cheers!

audriu commented 1 year ago

Sorry it was 3 years ago and I forgot what I meant. I probably meant adding the name of the calling function to the data as it is done in that library. I don't know if it is useful and relevant anymore...