Server SDKs
Build AI agents, control calls, send messages, and more
log_config
Log the current security configuration for debugging.
Service name included in the log entry for identification.
None
1from signalwire.core.security_config import SecurityConfig23security = SecurityConfig()4security.log_config("my-agent")5# Logs: ssl_enabled, domain, allowed_hosts, cors_origins, rate_limit, etc.