dfinity / exchange-rate-canister

The exchange rate canister (XRC) makes use of the HTTP requests feature to provide exchange rates as a service to the IC.
Apache License 2.0
37 stars 10 forks source link

Log all errors that can be encountered when making outbound HTTP calls. #126

Closed dfinity-ryancroote closed 1 year ago

dfinity-ryancroote commented 1 year ago

This PR reverts a few logging statements in the transforms in favor of logging near the calling code. This allows us to capture all errors in the logs when making outbound HTTP calls. There will be a follow up PR to clean up the logging further and use the various environments.