Rails deprecation warning about log_level

This commit is contained in:
Valery Sizov 2015-12-03 10:53:58 +02:00
parent 54b74aa998
commit f21bbd4444
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Rails.application.configure do
# config.force_ssl = true
# See everything in the log (default is :info)
# config.log_level = :debug
config.log_level = :info
# Suppress 'Rendered template ...' messages in the log
# source: http://stackoverflow.com/a/16369363