Issue Type: Bug Bug
Affects Versions: 1.1.3, 1.1.2
Assignee: Logback dev list
Components: logback-classic
Created: 21/Apr/15 6:27 AM
Description:

The specification <configuration scan="true> does not work with spring-boot application.

By testing the recent source code, I realized ReconfigureOnChangeFilter.decide become not called after the spring-boot application started.
After that, it is called several times only when some log message is output.
Moreover, timestamp check is skipped for 511 calls at most by checking invocationCounter and mask.

So, even when the time period (60 sec) has passed, the timestamp of the configuration files are never checked unless log messages are output many times.

Environment:

Windows 8.1
JDK8
spring-boot 1.2.2-RELEASE

Project: logback
Labels: logging
Priority: Major Major
Reporter: Tetsuya Ikeda
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira