mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-4682 - add original lastupdate time to info message
This commit is contained in:
parent
45e7d3a21b
commit
8550f93031
|
@ -227,7 +227,7 @@ public class RuntimeConfigurationBroker extends BrokerFilter {
|
|||
};
|
||||
if (lastModified > 0 && checkPeriod > 0) {
|
||||
this.getBrokerService().getScheduler().executePeriodically(monitorTask, checkPeriod);
|
||||
info("Monitoring for updates (every " + checkPeriod + "millis) : " + configToMonitor);
|
||||
info("Monitoring for updates (every " + checkPeriod + "millis) : " + configToMonitor + ", lastUpdate: " + new Date(lastModified));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue