fluent / fluentd-docs

This repository is deprecated. Go to fluentd-docs-gitbook repository.
49 stars 119 forks source link

docs: Fix the default value of `enable_watch_timer` to true #436

Closed fujimotos closed 6 years ago

fujimotos commented 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.

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.