library · inferred from evidence
logging
Python's built-in logging library, which provides basicConfig() and root logger level management.
- SuprSend SDK set_logging() overrides the root logger level
Instantiating the SuprSend Python SDK (`Suprsend()`) silently changes the application's logging: `request_log.py` calls `logging.basicConfig()` at import time, and with the default `debug=False`, `set_logging(0)` sets the root logger level