@@ -142,6 +142,12 @@
<groupId>com.nju.edu</groupId>
<artifactId>seecoder-logTracking-client</artifactId>
<version>0.1.0</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
@@ -40,11 +40,10 @@ public class LogTracingUtil {
.build();
//最简单使用方法,默认为medium级别
-// LogTrackingClient
-// .getClient()
-// .log(logData)
-// .publish();
- //LoggerUtil.info(logger, "SMART--->" + log);
+ LogTrackingClient
+ .getClient()
+ .log(logData)
+ .publish();
LoggerUtil.info(logger, "SMART--->" + logData);
@@ -40,8 +40,8 @@ objective-judgement-client:
code-judgement-client:
host: https://oj.seec.seecoder.cn
-#logging:
-# file:
-# name: /log/eval.log
-# level:
-# root: info
+logging:
+ file:
+ name: /log/eval.log
+ level:
+ root: info