brianfrankcooper / YCSB

Yahoo! Cloud Serving Benchmark
Apache License 2.0
4.96k stars 2.25k forks source link

move logging to slf4j #240

Open busbey opened 9 years ago

busbey commented 9 years ago

move all the logging to slf4j instead of System.out/err

busbey commented 9 years ago

Also need to document expectations around this for new modules.

I.e. stdout is for test output and shouldn't get any additional text.