Closed Robdel12 closed 3 years ago
Currently the Ember SDK will log single error if it fails to fetch from @percy/agent: https://github.com/percy/ember-percy/blob/master/addon-test-support/%40percy/ember/index.js#L12 (for example, if the agent server isn't running).
@percy/agent
It would be nice to have a way to silence that log. It may mean that this will silence any future errors that arise in Percy, too.
This issue is stale because it has been open for more than 14 days with no activity. Remove stale label or comment or this will be closed in 14 days.
Logs are silence-able with the CLI
What is this?
Currently the Ember SDK will log single error if it fails to fetch from
@percy/agent
: https://github.com/percy/ember-percy/blob/master/addon-test-support/%40percy/ember/index.js#L12 (for example, if the agent server isn't running).It would be nice to have a way to silence that log. It may mean that this will silence any future errors that arise in Percy, too.