Method: Fluent::Plugin::TailInput::GroupWatch#remove_path_from_group_watcher
- Defined in:
- lib/fluent/plugin/in_tail/group_watch.rb
#remove_path_from_group_watcher(path) ⇒ Object
88 89 90 91 92 |
# File 'lib/fluent/plugin/in_tail/group_watch.rb', line 88 def remove_path_from_group_watcher(path) return if @group.nil? group_watcher = (path) group_watcher.delete(path) end |