Migration Logs

Verbose, filterable logs for debugging migrations.

Migration Logs

Every migration writes structured logs as it runs. You can view them live or revisit them after the migration completes.

Open the logs panel

On the migration card, expand the Logs section.

What's logged

  • Container provisioning (SharePoint) and user drive resolution (OneDrive)
  • Per-file upload start/finish with size and timing
  • API responses from Microsoft
  • Errors with full messages
  • Job polling results (SharePoint Migration API)

Filtering

Three filters:

  • Level — info, warning, error, fatal
  • Category — auth, container, upload, job, file
  • Search — free-text search across message and file path

Filters are additive. You can narrow to "errors only, in the upload category, mentioning a specific filename."

Exporting

Click Export JSON to download the filtered log set. The JSON includes timestamps, levels, categories, messages, file paths, and any per-entry details.

Useful if you need to share logs for debugging or for keeping a record alongside the migration for audit purposes.

Retention

Logs are retained per your subscription tier. Starter-tier logs are purged 30 days after a migration completes. Pro and Enterprise tiers keep logs longer. Failed/cancelled migrations keep logs indefinitely regardless of tier.