scalexm / trade-rs

Utilities for trading on crypto-currencies exchanges.
MIT License
14 stars 3 forks source link

Proper logging #3

Closed scalexm closed 6 years ago

scalexm commented 6 years ago

We need to log various errors properly. Currently we just println! them out, as in: https://github.com/scalexm/trade-rs/blob/1325f84195d2abde8d1e3fc7a2ad44abfa99cf19/src/api/binance/client.rs#L77-L78