Hey all, I can't help notice that while development.log always updates, production.log is completely empty. There's no runtime errors currently locally or on server. But in both cases, production.log is empty.
I tried solutions found on google, including the following: • add config.log_level = :info to config/environments/production.rb • uncomment config.log_level = :debug in config/environments/production.rb But that didn't do anything. Also, speaking of production and development, why should you use both a production and development database (e.g. database_development, database_production) when both will contain the same fields? It seems like duplicate work. Thanks for response. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

