about summary refs log tree commit diff
path: root/config/initializers/cache_logging.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/initializers/cache_logging.rb')
-rw-r--r--config/initializers/cache_logging.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/initializers/cache_logging.rb b/config/initializers/cache_logging.rb
new file mode 100644
index 000000000..08aa80742
--- /dev/null
+++ b/config/initializers/cache_logging.rb
@@ -0,0 +1,3 @@
+# Log cache errors with Rail's logger
+# This used to be the default in old Rails versions: https://github.com/rails/rails/commit/7fcf8590e788cef8b64cc266f75931c418902ca9#diff-f0748f0be8a653eea13369ebb1cadabcad71ede7cfaf20282447e64329817befL86
+Rails.cache.logger = Rails.logger