miker2 / flexi_config_reader

A flexible configuration format that supports templated tables and referencing of existing keys.
MIT License
3 stars 1 forks source link

Clean up multitude of print outs #22

Closed miker2 closed 2 years ago

miker2 commented 2 years ago

There are a lot of printouts that are useful for debugging, but generate a lot of noise during actual usage. Make a pass at cleaning them up.

Consider adding a "verbosity" level that controls what is printed.

miker2 commented 2 years ago

Still a variety of std::cout messages that need to e cleaned up.