Hi, I'm using the hbase thrift server to allow clients to access hbase on the cluster. The version of hbase is 0.94 running on CDH4.2.1. I start the hbase thrift server using a hohup command.
nohup hbase thrift start & The logs for the thrift are created in the nohup.out file. However, only DEBUG level logs are being generated. How do i change the logger level to include the other levels as well? Any help is greatly appreciated! Thank you, Sachin
