Commit c9d89dba9099f81bacb898eec60cbf7d958666a2
1 parent
bb28b1a4
Exists in
colab
and in
4 other branches
Sets the log level avoiding rails 5 deprecation warning
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/environments/production.rb
... | ... | @@ -43,7 +43,7 @@ Rails.application.configure do |
43 | 43 | # config.force_ssl = true |
44 | 44 | |
45 | 45 | # Decrease the log volume. |
46 | - # config.log_level = :info | |
46 | + config.log_level = :info | |
47 | 47 | |
48 | 48 | # Prepend all log lines with the following tags. |
49 | 49 | # config.log_tags = [ :subdomain, :uuid ] | ... | ... |