From 309d81be7bfc9c52d8cd55b380eed5b66ac46c1c Mon Sep 17 00:00:00 2001 From: baka Date: Wed, 20 Sep 2017 15:00:09 +0000 Subject: [PATCH] Replaces properties file with working xml configuration. Logging into a file now works as expected. git-svn-id: https://svn.libreccm.org/ccm/trunk@5004 8810af33-2d31-482b-a856-94f89814c4df --- ccm-core/build-hooks.xml | 2 +- ccm-core/src/log4j2.properties | 99 ---------------------------------- ccm-core/src/log4j2.xml | 19 +++++++ 3 files changed, 20 insertions(+), 100 deletions(-) delete mode 100755 ccm-core/src/log4j2.properties create mode 100644 ccm-core/src/log4j2.xml diff --git a/ccm-core/build-hooks.xml b/ccm-core/build-hooks.xml index 1fdecec2b..9113b2501 100755 --- a/ccm-core/build-hooks.xml +++ b/ccm-core/build-hooks.xml @@ -54,7 +54,7 @@ + file="${src.dir}/log4j2.xml"/> + + + + + + + + + + + + + + + + + + \ No newline at end of file