Class: Bosh::Agent::AgentLogMatcher

Inherits:
FileMatcher show all
Defined in:
lib/bosh_agent/file_matcher.rb

Instance Attribute Summary

Attributes inherited from FileMatcher

#globs

Instance Method Summary collapse

Methods inherited from FileMatcher

#initialize

Constructor Details

This class inherits a constructor from Bosh::Agent::FileMatcher

Instance Method Details

#base_dirObject



26
27
28
# File 'lib/bosh_agent/file_matcher.rb', line 26

def base_dir
  File.join(@base_dir, "bosh", "log")
end

#default_globsObject



30
31
32
# File 'lib/bosh_agent/file_matcher.rb', line 30

def default_globs
  [ "**/*" ]
end