INFO log levels for staging/development

This commit is contained in:
Dylan Knutson
2025-08-15 22:15:19 +00:00
parent 43876ef7c4
commit 1e46e42352
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ Rails.application.configure do
# Enable server timing
config.server_timing = true
config.action_dispatch.x_sendfile_header = "X-Sendfile"
config.log_level = :info
# Enable/disable caching. By default caching is disabled.
# Run rails dev:cache to toggle caching.

View File

@@ -19,6 +19,7 @@ Rails.application.configure do
# Enable server timing
config.server_timing = true
config.log_level = :info
config.action_dispatch.x_sendfile_header = "X-Sendfile"