From 0d44f646478934efa749566332fadc16b8e71ad7 Mon Sep 17 00:00:00 2001 From: Oleg Hasjanov Date: Fri, 27 Oct 2023 13:35:58 +0300 Subject: [PATCH] remove colorize logs --- config/environments/production.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/environments/production.rb b/config/environments/production.rb index 21d0528b4..28a2d4e8d 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -18,6 +18,8 @@ config.consider_all_requests_local = false config.action_controller.perform_caching = true + config.colorize_logging = false + # Ensures that a master key has been made available in either ENV["RAILS_MASTER_KEY"] # or in config/master.key. This key is used to decrypt credentials (and other encrypted files). # config.require_master_key = true