Skip to content

Commit

Permalink
fix deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfmanjm committed Nov 8, 2011
1 parent c613e8b commit 950ad62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

# Use a different logger for distributed setups
# config.logger = SyslogLogger.new
config.logger = Logger.new(config.paths.log.first, 10, 1048576)
config.logger = Logger.new(config.paths['log'].first, 10, 1048576)

# Use a different cache store in production
# config.cache_store = :mem_cache_store
Expand Down

0 comments on commit 950ad62

Please sign in to comment.