1
0
Fork 0

Change log level to INFO in production

This commit is contained in:
Alex Kotov 2018-12-06 22:51:36 +05:00
parent 50631eea9c
commit 0173bdc85a
No known key found for this signature in database
GPG Key ID: 4E831250F47DE154
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ Rails.application.configure do
# Use the lowest log level to ensure availability of diagnostic information
# when problems arise.
config.log_level = :debug
config.log_level = :info
# Prepend all log lines with the following tags.
config.log_tags = [:request_id]