I\'m getting this error trying to use log4j2 with spring boot.
ERROR StatusLogger Log4j2 could not find a logging implementation.
Please add log4j-core to t
There might be multiple reasons but common reason is you might have wrong JAR (corrupted). Delete JARs from repository and try to download again. It will solve the problem.
In my case I have deleted org folder from maven repository {home}.m2\repository\org.
I have posted similar question here. Spring boot: ERROR StatusLogger Log4j2 could not find a logging implementation