library · inferred from evidence
SuprSend Python SDK
A Python SDK that, when instantiated, modifies the application's root logger level and attaches a default handler via logging.basicConfig().
- 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