# File lib/chef/solr/application/solr.rb, line 265 def close_and_reopen_log_file Chef::Log.close STDOUT.reopen(@logfile) STDERR.reopen(@logfile) end