@@ -1,6 +1,6 | |||
|
1 | 1 | # Be sure to restart your web server when you modify this file. |
|
2 | 2 | |
|
3 |
# Uncomment below to force Rails into production mode when |
|
|
3 | # Uncomment below to force Rails into production mode when | |
|
4 | 4 | # you don't control web/app server and can't set it the proper way |
|
5 | 5 | # ENV['RAILS_ENV'] ||= 'production' |
|
6 | 6 | |
@@ -30,7 +30,7 Rails::Initializer.run do |config| | |||
|
30 | 30 | # Add additional load paths for sweepers |
|
31 | 31 | config.autoload_paths += %W( #{RAILS_ROOT}/app/sweepers ) |
|
32 | 32 | |
|
33 |
# Force all environments to use the same logger level |
|
|
33 | # Force all environments to use the same logger level | |
|
34 | 34 | # (by default production uses :info, the others :debug) |
|
35 | 35 | # config.log_level = :debug |
|
36 | 36 |
General Comments 0
You need to be logged in to leave comments.
Login now