Files
nairobi/config/initializers/omniauth.rb
Senén Rodero Rodríguez ddc7b626f5 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.
2022-10-05 12:48:13 +02:00

2 lines
38 B
Ruby

OmniAuth.config.logger = Rails.logger