trabajo-afectivo/config/initializers/log_cache_store.rb

8 lines
284 B
Ruby
Raw Normal View History

2022-01-01 13:38:12 +00:00
# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
if Rails.application.config.cache_store.first.eql? :mem_cache_store
Rails.logger.info 'Using memcached as Rails cache store.'
else
Rails.logger.info "Using Zammad's file store as Rails cache store."
end