lib/marlowe/formatter.rb in marlowe-2.0 vs lib/marlowe/formatter.rb in marlowe-2.1

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true -require 'request_store' +require "request_store" module Marlowe # Marlowe::Formatter is a subclass of +ActiveSupport::Logger::Formatter+ # that adds a correlation id string to a rails log. class Formatter < ActiveSupport::Logger::Formatter