2 つのサーバーでうまく動作する Rails2 アプリケーションがあります。両側で開発モードで構成されています。
あるサーバーで情報のログ記録が停止し、その理由がわかりません。development.log ファイルを削除しようとしましたが、何も変わりませんでした。
これは、environments/development.rb の内容です。
config.cache_classes = false
# Log error messages when you accidentally call methods on nil.
config.whiny_nils = true
# Show full error reports and disable caching
config.action_controller.consider_all_requests_local = true
config.action_view.debug_rjs = true
config.action_controller.perform_caching = false
# Don't care if the mailer can't send
config.action_mailer.raise_delivery_errors = false
Sass::Plugin.options[:debug_info] = true