Tagged logs in Rails/ActiveSupport
What's tags in logs?
It's from Rails' ActiveSupport to prepend automatically the logs with a parameter.
https://api.rubyonrails.org/classes/ActiveSupport/TaggedLogging.html
Rails.logger.tagged("background_job_number_1") do
Rails.logger.error("Thing ...
blog.brennetot.com1 min read