Switch loglevel

This commit is contained in:
Daniel Schädler 2024-04-10 17:05:47 +02:00
parent 265e647629
commit 5f62ac334d
1 changed files with 2 additions and 3 deletions

View File

@ -37,9 +37,8 @@ Rails.application.configure do
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
# config.force_ssl = true
# Use the lowest log level to ensure availability of diagnostic information
# when problems arise.
config.log_level = :info
# Configure logging to only emit warning or higher
config.log_level = :warn
# Prepend all log lines with the following tags.
config.log_tags = [:request_id]