diff --git a/neo/admin/handler.py b/neo/admin/handler.py
index 0d48bc868e6391f220d72456f2ffdece009dd490..da52f3aba926a8cc057a131defae3f6f7fbeff0b 100644
--- a/neo/admin/handler.py
+++ b/neo/admin/handler.py
@@ -145,13 +145,13 @@ class MasterEventHandler(EventHandler):
             EventHandler.dispatch(self, conn, packet)
 
     def handleAnswerNodeInformation(self, conn, packet, node_list):
-        logging.info("handleAnswerNodeInformation")
+        logging.debug("handleAnswerNodeInformation")
 
     def handleAnswerPartitionTable(self, conn, packet, ptid, row_list):
-        logging.info("handleAnswerPartitionTable")
+        logging.debug("handleAnswerPartitionTable")
 
     def handleNotifyClusterInformation(self, con, packet, cluster_state):
-        logging.info("handleNotifyClusterInformation")
+        logging.debug("handleNotifyClusterInformation")
 
 
 class MasterBaseEventHandler(EventHandler):