ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console.

This error is because that log4j2.xml file not loaded

ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console.

View now

pom.xml have this code or not?

If it has, then add the follow code below:

<include>**/**.xml</include>

Just run it again.

Similar Posts: