rails
rails copied to clipboard
Support filenames in `Logger.logger_outputs_to?`
Logger.logger_outputs_to?
only supports STDOUT
and STDERR
, not File
objects or plain filenames.