У меня есть пример приложения Spring Boot, которое использует Logback для ведения журналов.
Так у меня есть
Код: Выделить всё
logback-spring.xmlКод: Выделить всё
logging.configКод: Выделить всё
logging.config=logback-spring.xmlI have looked into Spring Boot ignoring logback-spring.xml where it suggests that it might be because there's already a
Код: Выделить всё
spring.xmlКод: Выделить всё
org.springframework.boot.logging.AbstractLoggingSystem.initializeWithConventions(LoggingInitializationContext, LogFile)Am I doing something wrong here ?
Источник: https://stackoverflow.com/questions/505 ... spring-xml
Мобильная версия