diff --git a/core/pom.xml b/core/pom.xml
index 03deee00d..f1d8edc03 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -41,6 +41,14 @@
${logback.version}
+
+
+ org.codehaus.janino
+ janino
+ 3.1.12
+ runtime
+
+
com.alibaba.fastjson2
fastjson2
diff --git a/core/src/main/conf/logback.xml b/core/src/main/conf/logback.xml
index 169bc05a6..cd1a3c0fd 100644
--- a/core/src/main/conf/logback.xml
+++ b/core/src/main/conf/logback.xml
@@ -20,15 +20,24 @@
-
-
- true
-
-
- %cyan(%d{yyyy-MM-dd HH:mm:ss.SSS}) %green([%12thread]) %highlight(%-5level) %magenta(%-20logger{0}) - %msg%n
-
-
-
+
+
+
+
+
+
+ true
+
+
+ %cyan(%d{yyyy-MM-dd HH:mm:ss.SSS}) %green([%12thread]) %highlight(%-5level) %magenta(%-20logger{0}) - %msg%n
+
+
+
+
+
+
+
+
${log.dir}/${log.file.name}
@@ -43,7 +52,6 @@
-
-
+
\ No newline at end of file