aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas <>2023-04-11 17:28:20 +0200
committerThomas <>2023-04-11 17:28:20 +0200
commitecee7fc68fa6e729951f3c93f4e9e5a6e1760a38 (patch)
treeb3e6718337853109cf011da0a7d7013dda776601
parent92bc019eebee5a57020605405f862d0e7d499d28 (diff)
downloadpdf-as-4-ecee7fc68fa6e729951f3c93f4e9e5a6e1760a38.tar.gz
pdf-as-4-ecee7fc68fa6e729951f3c93f4e9e5a6e1760a38.tar.bz2
pdf-as-4-ecee7fc68fa6e729951f3c93f4e9e5a6e1760a38.zip
chore(core) remove unused configuration file
-rw-r--r--pdf-as-lib/src/configuration/cfg/log4j.properties23
1 files changed, 0 insertions, 23 deletions
diff --git a/pdf-as-lib/src/configuration/cfg/log4j.properties b/pdf-as-lib/src/configuration/cfg/log4j.properties
deleted file mode 100644
index 9cc9f155..00000000
--- a/pdf-as-lib/src/configuration/cfg/log4j.properties
+++ /dev/null
@@ -1,23 +0,0 @@
-log4j.rootLogger = INFO, CONSOLE
-#, ROLLINGFILE
-
-# DETAIL LEVELS
-log4j.logger.at.gv.egiz = INFO
-log4j.logger.at.knowcenter = INFO
-# Statistical logger
-#log4j.logger.statistic = INFO, STATISTIC
-
-# CONSOLE
-log4j.appender.CONSOLE = org.apache.log4j.ConsoleAppender
-log4j.appender.CONSOLE.layout = org.apache.log4j.PatternLayout
-log4j.appender.CONSOLE.layout.ConversionPattern = %-4r [%t] %-5p %c %x - %m%n
-log4j.appender.CONSOLE.threshold = DEBUG
-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.MaxFileSize = 10240KB
-#log4j.appender.ROLLINGFILE.MaxBackupIndex = 1
-#log4j.appender.ROLLINGFILE.layout = org.apache.log4j.PatternLayout
-#log4j.appender.ROLLINGFILE.layout.ConversionPattern = [%-5p@%d{dd.MM.yyyy HH:mm:ss}] %c:%M:%L - %m%n