View | Details | Raw Unified
Collapse All | Expand All

(-) activesupport/lib/active_support/clean_logger.rb.orig (-1 / +3 lines)
 Lines 10-16    Link Here 
  end
  end
  private
  private
    remove_const "Format"
    if const_defined?(:Format) # Not defined in Ruby 1.8.3
      remove_const "Format"
    end
    Format = "%s\n"
    Format = "%s\n"
    def format_message(severity, timestamp, msg, progname)
    def format_message(severity, timestamp, msg, progname)
      Format % [msg]
      Format % [msg]