FIX: redirect output omniauth log to Rails logger instead of stdout

This commit is contained in:
Erick Guan 2016-03-19 13:16:11 +01:00
parent bf209d8344
commit 7df33ca287
1 changed files with 2 additions and 0 deletions

View File

@ -9,3 +9,5 @@ Rails.application.config.middleware.use OmniAuth::Builder do
authenticator.register_middleware(self)
end
end
OmniAuth.config.logger = Rails.logger