Sean Santry
Sean Santry
@JangoSteve the failure happens in capybara-webkit. I didn't want to introduce that dependency into the project so I didn't include it with this pull request.
I also encountered both issues on Version 2.3.0 (1.3763232242) and macOS 13.1 (22C65).
[`ActiveSupport::TaggedLogging::Formatter#tags_text`](https://github.com/rails/rails/blob/8015c2c2cf5c8718449677570f372ceb01318a32/activesupport/lib/active_support/tagged_logging.rb#L63) gives you the rendered list of tags from the log message. Using this method can make removing the square-bracketed tags from the message a little easier. Instead of ```ruby...
For anyone who's interested, I built the [JsonTaggedLogger gem](https://rubygems.org/gems/json_tagged_logger) ([source](https://github.com/santry/json_tagged_logger)) to address these needs in a more structured and hopefully easier to implement way. For example, Given the following configuration,...
Sounds good. I left hound's howls alone since what I added seemed to (mostly) match what I saw in the existing code. If you need me to make changes I'm...