Maintenance: Make OmniAuth print it's log to the application log.
This commit is contained in:
parent
a1f2346a24
commit
3d69f66898
1 changed files with 2 additions and 0 deletions
|
@ -66,3 +66,5 @@ end
|
||||||
OmniAuth.config.full_host = proc {
|
OmniAuth.config.full_host = proc {
|
||||||
"#{Setting.get('http_type')}://#{Setting.get('fqdn')}"
|
"#{Setting.get('http_type')}://#{Setting.get('fqdn')}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
OmniAuth.config.logger = Rails.logger
|
||||||
|
|
Loading…
Reference in a new issue