Reidmcc / rockfish

Rockfish is an arbitrage bot for the Stellar Decentralized Exchange (SDEX)
MIT License
73 stars 23 forks source link

Support for logging levels #25

Open iamjayrome opened 5 years ago

iamjayrome commented 5 years ago

Would it be possible to have options on the level of logging? Since all output is logged it is hard to parse back through and see the results. Ideally, I'm wanting to see transaction info if/when one is submitted and the result.

Reidmcc commented 5 years ago

@jeremylockhart This could be a good idea; when I go through the logs I often end up string searching for 'xdr' to find the transactions. Errors would of course remain logged.