Files
openfoodnetwork/config/initializers/cache_store.rb
Luis Ramos 02a1116fff Remove cache intrumentation
It doesnt work in rails 5 and apparently it was introduced to debug already deleted products cache in staging

See this commit that introduced it 10a79d5a65
2021-01-14 23:45:05 +00:00

5 lines
128 B
Ruby

unless Rails.env.production?
# Log message in the same default logger
ActiveSupport::Cache::Store.logger = Rails.logger
end