Set log level to info
This commit is contained in:
parent
a94c266428
commit
342ee1bc0b
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ Rails.application.configure do
|
|||
# config.force_ssl = true
|
||||
|
||||
# Set to :debug to see everything in the log.
|
||||
config.log_level = :info
|
||||
config.log_level = :debug
|
||||
|
||||
# Prepend all log lines with the following tags.
|
||||
# config.log_tags = [ :subdomain, :uuid ]
|
||||
|
|
Loading…
Reference in a new issue