You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running your sample spring-boot/spring-boot-samples/spring-boot-sample-actuator-log4j2/, release 1.4.0. The sample is git-cloned from your repository. So, i hope it exactly as it should be.
But i am getting always
ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...
I have checked that all required dependencies are there.
Could you please check or explain ....
And some relevant question.
Release 1.3.7.RELEASE had the artifact org.springframework.boot:spring-boot-starter-log4j
I cannot find similar one in the the RELEASE.1.4.0. Are your not supporting Log4j12 in the release 1.4.0?