|
From: Johnston, N. <Nat...@ca...> - 2011-08-03 22:27:56
|
Etch Mensches, I am not sure how best to do this, but I am trying to move my Etch logs over to /var along with the other logfiles I have. I noticed that on line 205 of lib/etchserver.rb the etchdebug.log file is specified as: @dlogger = Logger.new(File.join(Rails.configuration.root_path, 'log', 'etchdebug.log')) Is there a way that this could leverage the value of config.log_path/paths.log or another configurable parameter so that we could override the location of this file? --N. |