kit-clj / kit

Lightweight, modular framework for scalable web development in Clojure
https://kit-clj.github.io/
MIT License
476 stars 44 forks source link

feat: log line number when using clojure.tools.logging #100

Closed vinurs closed 4 months ago

nikolap commented 1 year ago

Thanks for this. I might suggest it as a module instead of part of the default template. In some cases you may not want line numbers added in logging (preference, noise, security, etc.), but it could be a nice optional addition.

vinurs commented 1 year ago

ok, I'll do this later, I've been quite busy lately