Hi All, I am using HBaseTestingUtility for JUnits of my HBase code. When HBaseTestingUtility runs, it prints thousands of lines of logs on console(along with some catched execptions). More than 99% of time these logs are irrelevant. Is there a way to suppress these logs in HBasetestingutility? Something like silent mode?
-- Thanks & Regards, Anil Gupta
