Switch to info logging by default

This commit is contained in:
Daniel Schädler 2024-04-07 23:16:49 +02:00
parent e70d16b688
commit 4b88f37a3e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,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]