Browse Source

Maintenance: Make OmniAuth print it's log to the application log.

Thorsten Eckel 5 years ago
parent
commit
3d69f66898
1 changed files with 2 additions and 0 deletions
  1. 2 0
      config/initializers/omniauth.rb

+ 2 - 0
config/initializers/omniauth.rb

@@ -66,3 +66,5 @@ end
 OmniAuth.config.full_host = proc {
   "#{Setting.get('http_type')}://#{Setting.get('fqdn')}"
 }
+
+OmniAuth.config.logger = Rails.logger