Configure OmniAuth to send log to Rails logger

Before this change log generated by OmniAuth was sent to the STDOUT. Now
developers will find those gems log within the `app/log` directory as expected.
This commit is contained in:
Senén Rodero Rodríguez
2022-10-05 12:48:13 +02:00
parent 3e726357eb
commit ddc7b626f5

View File

@@ -0,0 +1 @@
OmniAuth.config.logger = Rails.logger