pvincent 3 months ago
parent
commit
cf0a885bc2
  1. 2
      lib/formatters/ansi_formatter.rb

2
lib/formatters/ansi_formatter.rb

@ -120,7 +120,7 @@ class AnsiFormatter < SemanticLogger::Formatters::Color
end
elsif log.message =~ /Redirected/
log.level = :debug
@regex_redirected ||= build_regex_redirected # called once when Rails gets ready!
@regex_redirected ||= build_regex_redirected # lazy building
log.message = two_captures_last_as_bold(log.message, @regex_redirected)
end
elsif log.exception

Loading…
Cancel
Save