Features
Error Logging
Sandboxes enable debug logging by default. Rudel sets WP_DEBUG, WP_DEBUG_LOG, and WP_DEBUG_DISPLAY for selected sandbox requests so errors are captured without leaking into browser output.
Viewing logs
wp rudel logs my-sandbox-a1b2
wp rudel logs my-sandbox-a1b2 --lines=200
wp rudel logs my-sandbox-a1b2 --followClearing logs
wp rudel logs my-sandbox-a1b2 --clearLog location
The log file lives in the environment directory:
{environment}/debug.logApps allow normal email delivery. Sandboxes block outbound email by default and log blocked messages to the sandbox log.