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 to logging.WARN, overriding whatever level the host application configured. Any logging configuration the app set before importing the SDK is lost. The SDK also runs logging.basicConfig() at import time, which attaches a default handler to the root logger.