From deb1c4bd332f184e656dbb98f95497e84f8af5fd Mon Sep 17 00:00:00 2001
From: Joaquín Reñé <jrene@curisit.net>
Date: Tue, 21 Apr 2026 18:44:11 +0000
Subject: [PATCH] #4479 - upgrade SecurisServer to Java 21
---
securis/src/main/webapp/WEB-INF/log4j2.xml.old | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/securis/src/main/webapp/WEB-INF/log4j2.xml b/securis/src/main/webapp/WEB-INF/log4j2.xml.old
similarity index 71%
copy from securis/src/main/webapp/WEB-INF/log4j2.xml
copy to securis/src/main/webapp/WEB-INF/log4j2.xml.old
index 17943a4..1d6671f 100644
--- a/securis/src/main/webapp/WEB-INF/log4j2.xml
+++ b/securis/src/main/webapp/WEB-INF/log4j2.xml.old
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration>
<Appenders>
- <Console name="STDOUT" target="SYSTEM_OUT">
+ <Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/>
</Console>
</Appenders>
<Loggers>
<Root level="info">
- <AppenderRef ref="STDOUT"/>
+ <AppenderRef ref="Console"/>
</Root>
</Loggers>
-</Configuration>
+</Configuration>
\ No newline at end of file
--
Gitblit v1.3.2