Method: ChefApply::Config.error_output_path

Defined in:
lib/chef_apply/config.rb

.error_output_pathObject

These paths are relative to the log output path, which is user-configurable.



66
67
68
# File 'lib/chef_apply/config.rb', line 66

def error_output_path
  File.join(base_log_directory, "errors.txt")
end