Fork me on GitHub
#ring
<
2017-04-12
>
jussi17:04:15

Hi, I’m using ring-logger 0.7.7. When I wrap my app with wrap-with-logger, I get an odd logging output:

Apr 12, 2017 8:40:29 PM clojure.tools.logging$eval3622$fn__3626 invoke
INFO: Finished :post / for 0:0:0:0:0:0:0:1 Status: 200
What does that clojure.tools.logging$eval3622$fn__3626 invoke mean?

lumengxi21:04:38

@jussi this is probably the caller location, meaning this log line is generated around that function