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

This commit is contained in:
Thorsten Eckel 2020-01-08 12:06:21 +01:00
parent a1f2346a24
commit 3d69f66898

View file

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