Re: Logger conflicts

2012-07-24 Thread Eric in San Diego
Thanks for your response. I look forward to trying out your lib. As it happens, my problem seems magically to have vanished on its own, and I can't think of anything I did that might have shaken it loose. Gotta love problems that magically fix themselves (until they magically unfix

Logger conflicts

2012-07-23 Thread Eric in San Diego
I'm in the process of upgrading some oldish code, and I'm encountering some compatibility problems with the loggers required by various libraries. See the *appendix* below for my project.clj, which loads a number of libraries and to which I've recently added statements like this:

Re: Logger conflicts

2012-07-23 Thread Peter Taoussanis
Hi Eric, I can't offer any advice on resolving this particular incompatibility, but I would say that Java logging config difficulties are frustratingly common in my experience. If the opportunity ever arises, I'd suggest you take a look at Timbre as an alternative: