From 79f249b3bbad1537e426fc21da1891d6e4050fb3 Mon Sep 17 00:00:00 2001 From: Paul Dowman Date: Mon, 19 Dec 2011 16:51:02 -0500 Subject: [PATCH] Turn off colour logging in production --- config/environments/production.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/environments/production.rb b/config/environments/production.rb index 1c91520..d237ef6 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -47,6 +47,8 @@ # Send deprecation notices to registered listeners config.active_support.deprecation = :notify + config.colorize_logging = false + # CHANGEME: Customize these GitModel.db_root = "/usr/local/balisong-content" GitModel.git_user_name = 'Balisong'