shjung 2 vuotta sitten
vanhempi
commit
899333327f

+ 1 - 1
src/main/java/com/its/op/xnetudp/thread/CenterCommServerReceiver.java

@@ -130,7 +130,7 @@ public class CenterCommServerReceiver {
                         short normal = byteBuffer.getShort();
                         short module = byteBuffer.getShort();
                         count = byteBuffer.get();
-                        log.info("INT_OP_VMS_STATE_RES: total({}), error({}), normal({}), module({}), count: {} EA.", total, error, normal, module, count);
+//                        log.info("INT_OP_VMS_STATE_RES: total({}), error({}), normal({}), module({}), count: {} EA.", total, error, normal, module, count);
 //                        for (int ii = 0; ii < count; ii++) {
 //                            vmsId = new byte[CENTER_COMM_DEFINE.INT_VMS_MAX_ID];
 //                            byteBuffer.get(vmsId);

+ 1 - 1
src/main/resources/logback.properties

@@ -10,7 +10,7 @@ log.backup.path = ${user.dir}/logs/backup/
 log.max.file-size = 10MB
 log.max.history = 30
 
-log.pattern.console     = [%d{yyyy-MM-dd HH:mm:ss.SSS}] %highlight([%5level]) %highlight(${PID:-}): %cyan(%msg) %n
+log.pattern.console     = [%d{yyyy-MM-dd HH:mm:ss.SSS}] [%-5level] %msg%n
 log.pattern.file        = [%d{yyyy-MM-dd HH:mm:ss.SSS}] [%-5level] %msg%n
 log.pattern.error       = [%d{yyyy-MM-dd HH:mm:ss.SSS}] [%30t] [%5level] %42logger{35}.%-20M ${PID:-} %n%msg%n
 log.pattern.schedule    = [%d{yyyy-MM-dd HH:mm:ss.SSS}] [%-5level] %msg%n