Method: ChefApply::UI::ErrorPrinter#format_footer
- Defined in:
- lib/chef_apply/ui/error_printer.rb
#format_footer ⇒ Object
151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 |
# File 'lib/chef_apply/ui/error_printer.rb', line 151 def if translation.log if translation.stack t..both(ChefApply::Config.log.location, ChefApply::Config.stack_trace_path) else t..log_only(ChefApply::Config.log.location) end else if translation.stack t..stack_only else t..neither end end end |