Logs settings
Navigation: WordPress Admin → WooCommerce → AI Assistant → Settings → Logs
Plugin records appear under WooCommerce → Status → Logs with the source aiwsa. A button Open WooCommerce logs links there.
Log level
What it does Minimum severity written (PSR-3 / WooCommerce logger names).
Default value warning
Available options (most severe first in the API; the select lists all):
emergency, alert, critical, error, warning, notice, info, debug
Recommended configuration warning in production. debug only while diagnosing, then revert.
When to use it error if logs are noisy. debug with Verbose provider logging for transport issues.
Effect on the frontend None.
Dependencies WooCommerce logger. Filter aiwsa_log_level. Secrets are redacted (aiwsa_redaction_patterns).
Important notes Verbose provider logging is a separate toggle on Developer & Debug.
Example warning day-to-day; debug for 30 minutes while testing an API key.