oauth2.log — Logging¶
Logging support
There are two loggers available:
oauth2.application: Logging of uncaught exceptionsoauth2.general: General purpose logging of debug errors and warnings
If logging has not been configured, you will likely see this error:
No handlers could be found for logger "oauth2.application"
Make sure that logging is configured to avoid this:
import logging
logging.basicConfig()