lib/kredis/log_subscriber.rb in kredis-1.5.0 vs lib/kredis/log_subscriber.rb in kredis-1.6.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require "active_support/log_subscriber"
class Kredis::LogSubscriber < ActiveSupport::LogSubscriber
def proxy(event)
debug formatted_in(YELLOW, event, type: "Proxy")