mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 04:44:59 +00:00
f595d599dd
`Rails.logger.chained` was provided by Logster before Rails 7.1 introduced their broadcast logger. Now all the loggers are added to `Rails.logger.broadcasts`. Some code in our initializers was still using `chained` instead of `broadcasts`.