components icon indicating copy to clipboard operation
components copied to clipboard

Logging suitable for CI mode must be supported.

Open b6pzeusbc54tvhw5jgpyw8pwz2x6gs opened this issue 5 years ago • 1 comments

Description

When i run npx serverless --debug, a lot of meaningless logs are output. This makes debugging very difficult.

Screen Shot 2020-11-03 at 5 22 17 PM

In CI mode (non-interactive mode), Repeated Deploying... logs should not be output.

Many other packages use the --ci option or an environment variable such as CI=true.

@herrlegno this project is no longer evaluated, and any forks are totally fine, and probably the best way to improve that work (note it's published under permissive license) /cc @eahefnawy

medikoo avatar Jan 11 '22 13:01 medikoo