percy / cli

The Percy CLI is used to interact with, and upload snapshots to, percy.io via the command line.
https://docs.percy.io/docs/cli-overview
70 stars 43 forks source link

CI Log msg only if PERCY_CLIENT_ERROR_LOGS not set #1576

Closed rishigupta1599 closed 5 months ago

rishigupta1599 commented 5 months ago

No need to print warning if PERCY_CLIENT_ERROR_LOGS=false is set as we would not be collecting client's CI logs in that case. Modified the message to communicate that we would be storing logs for 30 days.