blocknetdx / eth-payment-processor

eth-payment-processor
3 stars 4 forks source link

remove unwanted 3rd party conns #8

Closed pom11 closed 2 years ago

shrnkld commented 2 years ago

Please remove 'Coinbase' from logging info:


     except Exception as e:
         logging.info('coinbase eth price lookup failed with error: {}'.format(e))```
ConanMishler commented 2 years ago

Sorry for moving this issue between the columns so much! I finally decided to leave it in the In Progress column because there is still a chance the word, "coinbase" can get written to the logs. Therefore, the task isn't complete.

pom11 commented 2 years ago

where are the occurrences of "coinbase"? i thought i removed them all