This commit is contained in:
Rafael Mendonça França 2024-02-27 02:16:02 +00:00
parent 88afcce1dd
commit 0a9ca0107c
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
* Add filename support for `ActiveSupport::Logger.logger_outputs_to?`
```ruby
logger = Logger.new('/var/log/rails.log')
logger = Logger.new('/var/log/rails.log')
ActiveSupport::Logger.logger_outputs_to?(logger, '/var/log/rails.log')
```