A minor irritant we’ve discovered in implementing applications for Jboss AS is that that the logging configuration for applications has to go through their monolithic jboss-log4j.xml file. So we’ve ...
go to the src/main/resources and copy the log4j.properties file and add to your project See the loggin options and make changes accordingly. a. https://www ...
1. 将`log4j.jar`放在项目类路径中。 2. 在项目根类路径中创建一个`log4j.properties`或`log4j.xml`文件(如果遵循 Maven 标准目录结构 ...