From e5f165d7fdde346db1717a349a36a303a5a59391 Mon Sep 17 00:00:00 2001 From: theLazyProgrammer <48143641+nanafox@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:13:36 +0000 Subject: [PATCH] Revert "chore: Add logging to Redis server" This reverts commit e30120492bbf85b9232a98967152e9d08e558611. --- config/application.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/application.rb b/config/application.rb index 793f4f5..36d551f 100644 --- a/config/application.rb +++ b/config/application.rb @@ -52,8 +52,7 @@ class Application < Rails::Application config.cache_store = :redis_cache_store, { url: ENV['REDIS_URL'], expires_in: 2.hours, - reconnect_attempts: 3, - logger: ActiveSupport::Logger.new($stdout) + reconnect_attempts: 3 } config.autoload_paths += %W[#{config.root}/app/validators]