Skip to main content
Turn on the logs to watch the trust loop.
import logging
logging.getLogger("mudraid").setLevel(logging.DEBUG)

The loggers

LoggerShows
mudraid.agentRequest lifecycle and 401 retries
mudraid.token_managerCache hits, mints, refreshes
mudraid.platform_resolverBootstrap, host-to-platform resolution
mudraid.httpOutbound MudraID requests
mudraid.env.env loading

Logs never contain secrets

No SDK log line emits a secret or a token. Anti-leak tests enforce this. You can ship DEBUG logs without leaking credentials. For the full guide, see Debug with structured logs.