From 4b1b383001a41430a27649974f7629910dd657c4 Mon Sep 17 00:00:00 2001 From: ls Date: Thu, 19 Dec 2024 16:33:07 +0800 Subject: [PATCH] update --- .../src/main/resources/logback-spring.xml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/physical-launcher/src/main/resources/logback-spring.xml b/physical-launcher/src/main/resources/logback-spring.xml index 1673886..0ff9b35 100644 --- a/physical-launcher/src/main/resources/logback-spring.xml +++ b/physical-launcher/src/main/resources/logback-spring.xml @@ -29,17 +29,22 @@ - + ERROR - - - %p%d%msg%M%F{32}%L - + + + ${LOG_HOME}/physical-error-%d{yyyy-MM-dd}.%i.log + + 30 + 10MB + + + + %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{50}:%L - %msg%n - ${LOG_HOME}/error-log.html