Skip to content

Commit ab15fbc

Browse files
committed
Clearer info about :logger patch usage
1 parent 2987daf commit ab15fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-includes/logs/options/ruby.rails.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ config.rails.structured_logging.subscribers = {
101101

102102
### Using `Rails.logger`
103103

104-
If you prefer to use `Rails.logger` instead of `Sentry.logger`, you can enable the `:logger` patch:
104+
If you want all Rails logs to go to Sentry, you can enable the `:logger` patch:
105105

106106
```ruby
107107
Sentry.init do |config|

0 commit comments

Comments
 (0)