Using Logback but Log4j started displaying WARN no Appenders
问题 I am using logback for my logging and it has been working however; the other day I started getting a warning log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectResourceBundle). log4j:WARN Please initialize the log4j system properly. I am not using log4j nor have I ever with this project. I have a logback.xml in my resources folder. Any ideas on why this warning started to show up? 回答1: You must be using a library that does use log4j. Can you post anything more