Use $stderr instead of STDERR as suggested by rubocop

pull/16026/head
Rafa de la Torre 4 years ago
parent 63a8d9d865
commit 7a522fa478

@ -7,7 +7,7 @@ Rollbar.configure do |config|
# Avoid a loop between our logger (who sends errors through rollbar)
# and rollbar itself when it cannot send an error to rollbar service
config.logger = Logger.new(STDERR)
config.logger = Logger.new($stderr)
# Add exception class names to the exception_level_filters hash to
# change the level that exception is reported at. Note that if an exception

Loading…
Cancel
Save