dchud / ddbench

Benchmarking suite for dedupe
Apache License 2.0
0 stars 0 forks source link

rationalize debug output #1

Open dchud opened 8 years ago

dchud commented 8 years ago

Currently too much low-level debug output is generated. Review all the output from each dependency, add/remove/update and modify handlers as needed.

bbengfort commented 8 years ago

This is pretty friendly to users, but if you're using logger, then we simply divide between logger.debug and logger.info messages, and set the log level to INFO by default.