adocquin / kraken-dca

Dollar-Cost Averaging bot for cryptocurrency pairs on Kraken exchange.
GNU General Public License v3.0
44 stars 9 forks source link

Use logging instead of print #37

Closed joergrs closed 1 year ago

joergrs commented 1 year ago

In order to have more versatile logging output (timestamps, warning levels, optional debug output) it would be good to use the Python logging functionality instead of print.

adocquin commented 1 year ago

Hello @joergrs, it's a good idea thanks for your contribution :)