Spring загрузка не загружает logback-spring.xmlJAVA

Программисты JAVA общаются здесь
Гость
Spring загрузка не загружает logback-spring.xml

Сообщение Гость »


У меня есть пример приложения Spring Boot, которое использует Logback для ведения журналов.
Так у меня есть

Код: Выделить всё

logback-spring.xml
next to the jar to configure the logging, however it does not work unless I specify it with

Код: Выделить всё

logging.config
, ex :

Код: Выделить всё

logging.config=logback-spring.xml
.

I have looked into Spring Boot ignoring logback-spring.xml where it suggests that it might be because there's already a

Код: Выделить всё

spring.xml
somewhere, but putting breakpoint on

Код: Выделить всё

org.springframework.boot.logging.AbstractLoggingSystem.initializeWithConventions(LoggingInitializationContext, LogFile)
shows that logFile is empty.

Am I doing something wrong here ?


Источник: https://stackoverflow.com/questions/505 ... spring-xml

Вернуться в «JAVA»