ソースを参照

update loggers

deason 1 年間 前
コミット
690e53ccfb

+ 1 - 1
examcloud-core-oe-student-service/src/main/java/cn/com/qmth/examcloud/core/oe/student/service/impl/ExamControlServiceImpl.java

@@ -1993,7 +1993,7 @@ public class ExamControlServiceImpl implements ExamControlService {
      */
     @Override
     public void setAndSaveActiveTime(Long examRecordDataId, String ip, String fromBy) {
-        log.warn("setAndSaveActiveTime examRecordDataId:{} ip:{} fromBy:{}", examRecordDataId, ip, fromBy);
+        log.warn("[ActiveEvent] examRecordDataId:{} ip:{} fromBy:{}", examRecordDataId, ip, fromBy);
 
         String examingActiveTimeKey = RedisKeyHelper.getBuilder().examingActiveTimeKey(examRecordDataId);
         ExamingActivityTime examingActiveTime = redisClient.get(examingActiveTimeKey, ExamingActivityTime.class);