aboutsummaryrefslogtreecommitdiff
path: root/work/cfg/log4j.properties
diff options
context:
space:
mode:
authortknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2008-06-12 08:19:49 +0000
committertknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2008-06-12 08:19:49 +0000
commitb5aefab37c25d5da114bb78768defc79fc709e29 (patch)
tree677e9b13167fd5087c4720218824abf06ac98847 /work/cfg/log4j.properties
parent046cb5b235866e66ca9d2c55bd20ed7ec85ef12d (diff)
downloadpdf-as-3-b5aefab37c25d5da114bb78768defc79fc709e29.tar.gz
pdf-as-3-b5aefab37c25d5da114bb78768defc79fc709e29.tar.bz2
pdf-as-3-b5aefab37c25d5da114bb78768defc79fc709e29.zip
A new check for the existence of a configuration has been implemented. The extraction is skipped if any files or folders would be overwritten. Files like log- or temp-files may exist and do not prevent the deployment of the default configuration.
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@283 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'work/cfg/log4j.properties')
-rw-r--r--work/cfg/log4j.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/work/cfg/log4j.properties b/work/cfg/log4j.properties
index 1e964ff..2d3b0e0 100644
--- a/work/cfg/log4j.properties
+++ b/work/cfg/log4j.properties
@@ -16,7 +16,7 @@ log4j.appender.CONSOLE.Target = System.out
# ROLLINGFILE
log4j.appender.ROLLINGFILE = org.apache.log4j.RollingFileAppender
-log4j.appender.ROLLINGFILE.File = ${catalina.base}/logs/pdf-as.log
+log4j.appender.ROLLINGFILE.File = ${pdf-as.work-dir}/logs/pdf-as.log
log4j.appender.ROLLINGFILE.MaxFileSize = 10240KB
log4j.appender.ROLLINGFILE.MaxBackupIndex = 1
log4j.appender.ROLLINGFILE.layout = org.apache.log4j.PatternLayout