Install log writers and audit hook in worker startup
Add missing install_slot_log_writers() and install_audit_hook() calls
in _run_worker() to enable stdout/stderr routing and protection.
Remove module-level #![allow(dead_code)] since code is now integrated.