DopplerHQ / cli

The official CLI for interacting with your Doppler secrets and configuration.
https://docs.doppler.com
Apache License 2.0
214 stars 43 forks source link

chore: log request before performing request #360

Closed Piccirello closed 1 year ago

Piccirello commented 1 year ago

This makes it easier to see what's happening. In the event the server takes a while to respond, it'll be more clear that a request has been sent, rather than the CLI appearing like it's hanging.

Closes ENG-5675.

Piccirello commented 1 year ago

Just calling out that we're moving this out of the retry block, so we'll no longer see this line for every attempt. I think that's fine 👍

It seems for any retry we do at least log an error, so we won't be completely in the dark.