Try, try, try as I might, I can't seem to get ehcache to generate any logging information. I even implemented my own dummy version of Cache/CacheProvider that logs to log4j, and while that works (nicely illustrating Hibernate's cache behavior, by the way), switching back to ehcahce doesn't seem to work.
Hibernate does report that ehcache is loading, and as near as I can tell, ehcache even seems to be working, but no logging, no debug output, nothing...
According to the documentation, ehcache uses JDK 1.4 logging. Changes to the JAVA_HOME/jre/lib/logging.properties file don't seem to have any effect.
Apparently, I'm not the only one to have had this problem with JDK 1.4 logging...
link to mailing list with same problem
I've seen others on this forum who seem to have managed to get logging out of ehcache... is there a special trick?
I'm running inside of Eclipse M8, if that makes any difference.