Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently the ConfigurationMonitor is called during each log event to determine whether the configuration file has changed. The actual check is only done periodically but there is some overhead to determine if the check should be performed.
The FileWatcher runs as a scheduled task. As such, monitoring the configuration file will remove the overhead of calling the ConfigurationMonitor on each log event.