Remove log rotator, it seems to be disrupting log_overrider

This commit is contained in:
Raphael 2010-12-03 11:02:10 -08:00
parent acc8803cee
commit d35badd7ea
2 changed files with 2 additions and 9 deletions

View file

@ -27,3 +27,5 @@ APP_CONFIG[:pod_url].chop! if APP_CONFIG[:pod_url][-1, 1] == '/'
APP_CONFIG[:pod_url] = APP_CONFIG[:pod_url] + '/'
puts "WARNING: Please modify your app_config.yml to have a proper pod_url!" if APP_CONFIG[:terse_pod_url] == "example.org" && Rails.env != "test"
Rails.logger.fatal(
"event=app_config_loaded time='#{Time.now}'")

View file

@ -1,9 +0,0 @@
# Copyright (c) 2010, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
Rails.logger = Logger.new(
Rails.root.join("log",Rails.env + ".log"),3,5*1024*1024)
Rails.logger.fatal(
"===================================================\n===================================================\nServer starting up! Time is #{Time.now}")