lib/dispatch-rider/logging/json_formatter.rb in dispatch-rider-1.9.0 vs lib/dispatch-rider/logging/json_formatter.rb in dispatch-rider-2.0.0

- old
+ new

@@ -2,13 +2,11 @@ # JSON Log Formatter module DispatchRider module Logging class JsonFormatter - def format(data) data.to_json end - end end end