spring-attic/spring-boot-issues

logging.path not mapped to LOG_PATH in 1.2

istonikula opened this issue · 1 comments

In 1.1.9.RELEASE logging.path given in application.properties (or command line with --) was mapped to LOG_PATH system property in LoggingApplicationListener. This made LOG_PATH available for usage in custom logging config file (logback.xml in my case).

In 1.2.0.RELEASE the mapping (ENVIRONMENT_SYSTEM_PROPERTY_MAPPING in LoggingApplicationListener of 1.1.9.RELEASE) seem to have been removed, causing LOG_PATH not being available in custom logging config file.

Is the above described change in behavior intentional?

Wrong repo as you have found out yourself.