Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Change debugging logging to use debug channel #949
Conversation
|
Indeed, I just came to this repo to figure out how to disable these logs. :) Any ideas? |
These messages are very specific to omniauth internals, and thus are only useful when debugging or developing. Having these messages on `:info` causes them to fill test suite output or other non-production logs which are at the `:info` level. We should move these messages to `:debug` so developers can still see them, but they to not pollute non-development logs.
These messages are very specific to omniauth internals, and thus are
only useful when debugging or developing. Having these messages on
:infocauses them to fill test suite output or other non-productionlogs which are at the
:infolevel. We should move these messages to:debugso developers can still see them, but they do not pollutenon-development logs.