mit-dci / opencbdc-tx

A transaction processor for a hypothetical, general-purpose, central bank digital currency
Other
896 stars 198 forks source link

Replace usage of std::cout with the logger #174

Closed metalicjames closed 2 years ago

metalicjames commented 2 years ago

This PR removes a couple of instances where we still used std::cout to directly emit log messages, using the logger instead.

HalosGhost commented 2 years ago

untested ACK. This seems wholly reasonable.