webiny / webiny-js

Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
https://www.webiny.com
Other
7.24k stars 590 forks source link

Webiny CLI - Replace `--data-migration-reporter` With `WEBINY_MIGRATION_LOG_STREAMING` Flag #4139

Closed adrians5j closed 2 months ago

adrians5j commented 2 months ago

Changes

With the WEBINY_MIGRATION_LOG_STREAMING environment flag that can be passed upon running the webiny deploy command, users have the ability to skip emitting data migration logs in their terminal (by passing WEBINY_MIGRATION_LOG_STREAMING=false.

This can be useful for users that are experiencing issues in their CI/CD environments (we've had a case where the data migration was emitting too much logs, ultimately causing the environment to crash).

How Has This Been Tested?

Manually.

Documentation

Changelog.