Skip to content

Commit

Permalink
Revert "chore: Add logging to Redis server"
Browse files Browse the repository at this point in the history
This reverts commit e301204.
  • Loading branch information
nanafox committed Sep 18, 2024
1 parent e301204 commit e5f165d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e5f165d

Please sign in to comment.