On Thursday, November 30, 2017 at 3:35:24 PM UTC+1, Shantanu Kumar wrote: > > > I am happy to announce the availability of Cambium, an Open Source project > for structured logging in Clojure using SLF4j and Logback. > > Details: https://cambium-clojure.github.io/ > Repos: https://github.com/cambium-clojure >
Looks nice, thank you for sharing! I've got a number of questions: 1) Is it possible to include example output for FlatJsonLayout in the documentation? 2) Given that it uses SLF4J, I guess it can also work with java.util.logging? 3) How exception messages are logged: in or outside of the context? 4) Are clojure.lang.ExceptionInfo exceptions printed with the data map? >From what I've seen previously, only java.util.logging uses .toString() on exception object which results in message *and* data, the rest of logging backends use only .getMessage() for some reason, completely missing the data from the log message. Cheers! -- Alex -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
