HorizonNet commented on a change in pull request #1637:
URL: https://github.com/apache/hbase/pull/1637#discussion_r419522540



##########
File path: 
hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestProtoBufRpc.java
##########
@@ -81,10 +82,10 @@ public void setUp() throws IOException { // Setup server 
for both protocols
     this.conf = HBaseConfiguration.create();
     this.conf.set(RpcServerFactory.CUSTOM_RPC_SERVER_IMPL_CONF_KEY,
         rpcServerImpl);
-    Logger log = Logger.getLogger("org.apache.hadoop.ipc.HBaseServer");
-    log.setLevel(Level.DEBUG);
-    log = Logger.getLogger("org.apache.hadoop.ipc.HBaseServer.trace");
-    log.setLevel(Level.TRACE);
+    org.apache.log4j.Logger.getLogger("org.apache.hadoop.ipc.HBaseServer")

Review comment:
       Why is the full-qualified class name necessary?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to