Skip to content

Commit

Permalink
fix config.log_path format;git push
Browse files Browse the repository at this point in the history
  • Loading branch information
scalabl3 committed Apr 16, 2014
1 parent a51f217 commit 1939800
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/environments/production.rb
Expand Up @@ -35,7 +35,12 @@
# config.log_level = :debug
config.log_path = "/www/log/cbmodels.rails.#{Rails.env}.log"
#config.logger = Logger.new(config.paths.log)
config.logger.level = Logger::INFO
config.log_level = :info

### Rails 4.0 style
### config.paths.log = "/www/log/cbmodels.rails.#{Rails.env}.log"
### config.logger = Logger.new(config.paths.log)
### config.logger.level = Logger::INFO

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

0 comments on commit 1939800

Please sign in to comment.