tool · inferred from evidence
logging.WARN
A logging level constant from Python's logging library, set as the root logger level by the SuprSend SDK when debug=False.
- 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