Skip to content

Commit

Permalink
Turn off colour logging in production
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldowman committed Dec 19, 2011
1 parent cbc8cb7 commit 79f249b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/environments/production.rb
Expand Up @@ -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'
Expand Down

0 comments on commit 79f249b

Please sign in to comment.