Class: Bosh::Agent::JobLogMatcher

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



36
37
38
# File 'lib/bosh_agent/file_matcher.rb', line 36

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

#default_globsObject



40
41
42
# File 'lib/bosh_agent/file_matcher.rb', line 40

def default_globs
  [ "**/*.log" ]
end