# File lib/chef/expander/configuration.rb, line 200 def log_location=(location) Loggable::LOGGER.init(location) unless location.nil? end