Browse Source

Change production logging config

master
Adrian Short 11 years ago
parent
commit
a5f9355272
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      config/environments/production.rb

+ 3
- 1
config/environments/production.rb View File

@@ -44,7 +44,9 @@ Apollo::Application.configure do
# config.force_ssl = true

# See everything in the log (default is :info)
config.log_level = :debug
# config.log_level = :debug
config.logger = Logger.new(STDOUT)
config.logger.level = Logger::DEBUG

# Prepend all log lines with the following tags
# config.log_tags = [ :subdomain, :uuid ]


Loading…
Cancel
Save