Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah Mei <sarahmei@gmail.com>2011-05-15 00:29:54 +0400
committerSarah Mei <sarahmei@gmail.com>2011-05-15 00:29:54 +0400
commitc8e9225dfb4186ce0f91c772138d95819fc33323 (patch)
tree666e32385f74f75f5c0bf6bb50274c51eb744292 /config/application.rb
parentfd728bbf2a2337afab8e929f547cdc9915caa5ac (diff)
For the love of god, normal Rails logs in test & development.
There's now a setting in app_config.yml, :enable_splunk_logging, which if true outputs godawful machine-readable splunk logs. It's false in test and development, and true elsewhere.
Diffstat (limited to 'config/application.rb')
-rw-r--r--config/application.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/application.rb b/config/application.rb
index 16c16a120..08ae3ba54 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -9,7 +9,6 @@ require 'rails/all'
# you've limited to :test, :development, or :production.
Bundler.require(:default, Rails.env) if defined?(Bundler)
-require File.expand_path('../../lib/log_overrider', __FILE__)
require File.expand_path('../../lib/fake', __FILE__)
module Diaspora