I wrote a few more words to describe the motivation behind logconfig:
http://spootnik.org/entries/2014/10/15_easy-clojure-logging-set-up-with-logconfig.html
On Tue, Oct 14, 2014 at 11:17 PM, Pierre-Yves Ritschard
wrote:
> Hi,
>
> While clojure.tools.logging does a great job at logging, writing p
Hi,
While clojure.tools.logging does a great job at logging, writing programs
in clojure involves
setting up the logging, which for people not familiar with the JVM can mean
a lot of head scratching before figuring out how log4j.properties work and
can be fed to a JVM.
logconfig was meant to help