Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit 6dd0238

Browse files
Merge pull request #134 from SLNE-Development/fix/133-cloud-server-console-is-buggy
fix: correct log pattern formatting in log4j2-spring.xml
2 parents 30e2531 + 3f3c6d2 commit 6dd0238

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

surf-cloud-standalone/src/main/resources/log4j2-spring.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Configuration status="WARN" shutdownHook="disable">
33
<Properties>
4-
<Property name="LOG_PATTERN">%highlightError{[%d{dd.MM.yyyy HH:mm:ss} %level]:
5-
%msg%n%xEx{full}}
4+
<Property name="LOG_PATTERN">%highlightError{[%d{dd.MM.yyyy HH:mm:ss} %level]: %msg%n%xEx{full}}
65
</Property>
76
<Property name="LOG_FILE_PATH">logs</Property>
87
<Property name="LOG_FILE_NAME">latest.log</Property>

0 commit comments

Comments
 (0)