Logging system failed to initialize using configuration from 'classpath:log4j2.yaml' | LOGBACK

Опубликовано: 14 Апрель 2024
на канале: crazzylearners
754
3

#spring #springboot #java #logs #log4j #logback #yaml #Loggingsystemfailedtoinitializeusingconfigurationfromclasspathlog4j2yaml #javalangillegalstateexception #illegalstateexception
#javalangIllegalStateExceptionCouldnotinitializeLogbackloggingfromclasspathlog4j2yaml #excludeunwanteddependencies #maven #gradle

Logging system failed to initialize using configuration from 'classpath:log4j2.yaml'
java.lang.IllegalStateException: Could not initialize Logback logging from classpath:log4j2.yaml

⭐How to exclude default logging dependecy from spring boot application?
💫 For MAVEN:
> dependency <
> groupId <org.springframework.boot> /groupId <
> artifactId <spring-boot-starter> /artifactId <
> exclusions <
> exclusion <
> groupId <org.springframework.boot> /groupId <
> artifactId <spring-boot-starter-logging> /artifactId <
> /exclusion <
> /exclusions <
> /dependency <

> dependency <
> groupId <org.springframework.boot> /groupId <
> artifactId <spring-boot-starter-web> /artifactId <
> exclusions <
> exclusion <
> groupId <org.springframework.boot> /groupId <
> artifactId <spring-boot-starter-logging> /artifactId <
> /exclusion <
> /exclusions <
> /dependency <


💫 For GRADLE:
configurations {
compile.exclude module: 'spring-boot-starter-logging'
}


Смотрите видео Logging system failed to initialize using configuration from 'classpath:log4j2.yaml' | LOGBACK онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь crazzylearners 14 Апрель 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 75 раз и оно понравилось людям.