start_audit_session
Initiate an audit trail for migration sessions, recording before/after values, timing, and errors. Call once at the start of any production migration to log all subsequent changes.
Instructions
Open an audit trail log file for this migration session. All subsequent migrations will be recorded with before/after field values, timing, and error details. Call this once at the start of any production migration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | No | Where to write the audit NDJSON log (default: ./migration-audit.ndjson) | |
| session_id | No | Human-readable session label |