elliot created LOGBACK-1470: ------------------------------- Summary: Logback scan not work when springProperty changes Key: LOGBACK-1470 URL: https://jira.qos.ch/browse/LOGBACK-1470 Project: logback Issue Type: Bug Components: logback-classic Affects Versions: 1.1.11 Environment: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-logging</artifactId> <version>1.5.9.RELEASE</version> </dependency>
<dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> <version>1.2.3</version> </dependency> Reporter: elliot Assignee: Logback dev list Priority: Minor Scan not working and did not reload logback-spring.xml when the value of springProperty in cofig files changes in runtime. It seems like the scan function only compare the last modified timestamp. -- This message was sent by Atlassian JIRA (v7.3.1#73012) _______________________________________________ logback-dev mailing list logback-dev@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-dev