This is an automated email from the ASF dual-hosted git repository.
juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git
The following commit(s) were added to refs/heads/master by this push:
new 5c88fb0 Proper use of log4j2.properties instead of log4j.properties
5c88fb0 is described below
commit 5c88fb0ef36e74c8d823e597997f9b83b4b55c60
Author: Juan Pablo Santos RodrÃguez <[email protected]>
AuthorDate: Sat Sep 11 14:21:39 2021 +0200
Proper use of log4j2.properties instead of log4j.properties
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index a9fa8c0..547e736 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -74,7 +74,7 @@ RUN set -x \
&& cd $CATALINA_HOME/webapps/ROOT/WEB-INF \
&& mv userdatabase.xml groupdatabase.xml /var/jspwiki/etc \
# arrange proper logging (jspwiki.use.external.logconfig = true needs to be
set)
- && mv /tmp/log4j.properties $CATALINA_HOME/lib/log4j.properties
+ && mv /tmp/log4j2.properties $CATALINA_HOME/lib/log4j2.properties
# make port visible in metadata
EXPOSE 8080