Ticket #2245: as_clean_logger_rb.patch
| File as_clean_logger_rb.patch, 456 bytes (added by michael@schubert.cx, 3 years ago) |
|---|
-
activesupport/lib/active_support/clean_logger.rb
old new 10 10 end 11 11 12 12 private 13 remove_const "Format" 13 if Object.const_defined?(:Format) # Not defined in Ruby 1.8.3 14 remove_const "Format" 15 end 14 16 Format = "%s\n" 15 17 def format_message(severity, timestamp, msg, progname) 16 18 Format % [msg]