Travis Dunn
Travis Dunn
Still looking for a better solution to this one. It got me late last night while I was testing 5.2 and ActiveStorage on an old project. Catch all routes are...
We use a custom formatter for dev. IMO something like this should be available in semantic logger as an optional formatter. ```ruby class DevLogFormatter < SemanticLogger::Formatters::Default delegate :message, to: :log...
I considered that – it's a bit odd to use `semantic_logger` for exceptions when the honeybadger gem does it already. Unless I'm missing some clear benefit. The problem IMO is...