Error statuslogger no log4j2 configuration file found. Using default configuration: logging only errors to the console
Create a new resources folder in the project and add the log4j2. XML file as follows
<?xml version="1.0" encoding="UTF-8"?>
<Configuration>
<Appenders>
<Console name="STDOUT" target="SYSTEM_OUT">
<PatternLayout pattern="%d %-5p [%t] %C{2} (%F:%L) - %m%n"/>
</Console>
<RollingFile name="RollingFile" fileName="logs/strutslog1.log"
filePattern="logs/$${date:yyyy-MM}/app-%d{MM-dd-yyyy}-%i.log.gz">
<PatternLayout>
<Pattern>%d{MM-dd-yyyy} %p %c{1.} [%t] -%M-%L- %m%n</Pattern>
</PatternLayout>
<Policies>
<TimeBasedTriggeringPolicy />
<SizeBasedTriggeringPolicy size="1 KB"/>
</Policies>
<DefaultRolloverStrategy fileIndex="max" max="2"/>
</RollingFile>
</Appenders>
<Loggers>
<Logger name="com.opensymphony.xwork2" level="WAN"/>
<Logger name="org.apache.struts2" level="WAN"/>
<Root level="warn">
<AppenderRef ref="STDOUT"/>
</Root>
</Loggers>
</Configuration>
Select user entries in the classpath of the project corresponding to run – run configurations, click Advanced, and select add folder to add the Resources folder.
Read More:
- ERROR StatusLogger No log4j2 configuration file found.
- ERROR StatusLogger No Log4j 2 configuration file found
- IntelliJ idea startup error: error statuslogger log4j2 could not find a logging implementation
- When using exe4j to generate exe executable file from jar, no JVM could be found on your system exception appears
- @In slf4j log.info Compile error: cannot find symbol log
- In idea, @ slf4j is used to report an error, but log is not found
- Nginx error log (error_ Log) configuration and information explanation
- log4j:ERROR
- Configuration: error: no acceptable C compiler found in $path error in Linux installation file
- Eclipse cannot import org.apache.log4j .Logger
- Error: no mail configuration found…
- Problems with vue project installation No ESLint configuration found
- Configuration: error: no acceptable C compiler found in $path
- After modifying the Tomcat configuration file in development, the modified configuration file will be automatically restored after ecplise starts Tomcat
- Eclipse startup error: an error has occurred.See the log file E:\workspace\.metadata\.log.
- Configuration error in mybatis configuration file
- [Solved] JMeter Save Testing File Error: Error loading results file – see file log
- In J2EE Tomcat webapps, there are only folder directories and no files
- Failed startup of context o.e.j.w WebAppContext@532aaf8a {/admin,file:/D:/Develop/activeM