log4j:WARN No appenders could be found for logger in web.xml

If that’s the entire log4j.properties file it looks like you’re never actually creating a logger. You need a line like:

log4j.rootLogger=debug,A1

Leave a Comment