Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

Permalink
vrr: use rails logger for rest-client
Browse files Browse the repository at this point in the history
  • Loading branch information
mcritchlow committed Jul 2, 2019
1 parent b4b5482 commit 393a17b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/initializers/rest_client_logger.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Teach RestClient instances to use the configured Rails logger
RestClient.log = Rails.logger

0 comments on commit 393a17b

Please sign in to comment.