Closed fujimotos closed 6 years ago
A user suggested that the default value of enable_watch_timer might be misdescrived. As it turns out, it was wrong indeed.
enable_watch_timer
See the line 80 of lib/fluent/plugin/in_tail.rb at Fluentd v1.10:
config_param :enable_watch_timer, :bool, default: true desc 'Enable the stat watcher based on inotify.'
This patch fixes the issue reported by #435.
A user suggested that the default value of
enable_watch_timer
might be misdescrived. As it turns out, it was wrong indeed.See the line 80 of lib/fluent/plugin/in_tail.rb at Fluentd v1.10:
This patch fixes the issue reported by #435.