chain-bot / prices

API-Scraper + API for crypto prices built in Go
MIT License
2 stars 2 forks source link

Integrate a Better Logger #62

Closed zahin-mohammad closed 2 years ago

zahin-mohammad commented 2 years ago

https://github.com/chain-bot/prices/blob/741dbdb8d02b611eb3d1746b79bf46ab9b4a3ee8/app/cmd/main.go#L17

https://github.com/uber-go/zap

zahin-mohammad commented 2 years ago

Too lazy to switch out how retryabble client logs, so we will just use the default logger.

zahin-mohammad commented 2 years ago

Integrated logrus in #67