No log4j2 configuration file found. Using default configuration: logging only errors to the console
Problem 1 ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console. Solution 1 To work with version 2 of log4j aka “log4j2” -Dlog4j.configuration= should read -Dlog4j.configurationFile= 1.2 manual: http://logging.apache.org/log4j/1.2/manual.html 2.x manual: http://logging.apache.org/log4j/2.x/manual/configuration.html Problem 2 log4j:WARN …. Solution 2 In your project, uninclude the log4j-1.2 jar and instead, include … Read more