Use same variable name as prod, staging and test

This commit is contained in:
David Cook
2025-10-14 12:07:12 +11:00
parent be5a630b9d
commit 0a385cc67c

View File

@@ -27,7 +27,7 @@ Rails.application.configure do
# To override this, set the appropriate locale in .env[.*] file.
config.time_zone = ENV.fetch("TIMEZONE", "UTC")
config.log_level = ENV.fetch("DEV_LOG_LEVEL", :debug)
config.log_level = ENV.fetch("RAILS_LOG_LEVEL", :debug)
# Enable/disable caching. By default caching is disabled.
# Run rails dev:cache to toggle caching.