Double check that line
log4j.rootLogger=INFO, CONSOLE
This is why I hate the properties file format for log4j configuration and only
use the xml format; it's much easier (in my opinion) to understand. Maybe your
line is right, I dunno.
Ultimately I switched to logback (log4j's successor) an
Could someone please provide an example of how to use Log4J from within a
Stripes application? I have the following log4j.properties file on the class
path:
log4j.rootLogger=INFO, CONSOLE
log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
log4j.appender.CONSOLE.layout=org.apache.log4j.Pattern