I find the source code of method onApplicationEnvironmentPreparedEvent in Spring Boot (1.3.1.RELEASE) would read properties(LOG_FILE, FILE_LOG_PATTERN .etc), which are referenced by logback.xml, from application.properties file, and then stop and reset the log configuration, could logback-extensions do the same thing?