| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
DEV: Format files with syntax_tree gem (#208) Why this change? The Discourse team has adopted the `syntax_tree` gem to format Ruby files. | 2 年前 | |
Add `Logster::Logger#subscribe` method (#239) This commit adds a `Logster::Logger#subscribe` method which allows users to subscribe to log events for `Logster::Logger` but with additional options that have already been gathered by Logster. | 2 年前 | |
FIX: Add compatibility with Rails 7.1+ Rails 7.1 introduced a new default logger (`ActiveSupport::BroadcastLogger`) that responds to a new method named `#broadcast_to`. Our current logger isn’t compatible with it and we’re overwriting the Rails logger. This means that a Rails 7.1 will call `#broadcast_to` on the logger which will break. This patch fixes the issue by using the new broadcast logger and adding our Logster logger to it when inside a Rails 7.1+ app. For Rails < 7.1, we continue to replace the Rails logger with the Logster one. | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 |