summaryrefslogtreecommitdiff
path: root/config/environments
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-06-23 18:04:37 +0200
committererdgeist <erdgeist@erdgeist.org>2026-06-23 18:04:37 +0200
commit6424e10be5a89f175a74c71c55660412a169b8b8 (patch)
treeae8c8111bd1e8c6e82c0a5f9a2c4b088c92bafe5 /config/environments
parent375ed745052148faeb34763087fe04214105f1b8 (diff)
Update deployed state to what's currently running
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/production.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb
index 3195745..1768ab7 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -9,7 +9,7 @@ config.action_controller.consider_all_requests_local = false
9config.action_controller.perform_caching = true 9config.action_controller.perform_caching = true
10 10
11# See everything in the log (default is :info) 11# See everything in the log (default is :info)
12# config.log_level = :debug 12config.log_level = :info
13 13
14# Use a different logger for distributed setups 14# Use a different logger for distributed setups
15# config.logger = SyslogLogger.new 15# config.logger = SyslogLogger.new