wangwei 5 years ago
parent
commit
f8bbaf83d6

+ 1 - 1
src/main/java/cn/com/qmth/examcloud/commons/helpers/pipeline/SimpleNode.java

@@ -174,7 +174,7 @@ public class SimpleNode<KEYIN, VALUEIN, KEYOUT, VALUEOUT>
 
 				Util.sleep(TimeUnit.SECONDS, 2);
 				if (LOG.isInfoEnabled()) {
-					LOG.debug(new StringBuilder("[" + nodeName + "]. ").append("status: ")
+					LOG.info(new StringBuilder("[" + nodeName + "]. ").append("status: ")
 							.append(myself.getNodeStatusInfo()).toString());
 				}