From 6b758047047c3b0c82acbefca80956630cd97f4a Mon Sep 17 00:00:00 2001 From: "pavel.stastny" Date: Tue, 3 Nov 2020 23:20:00 +0100 Subject: [PATCH] Logging changes --- installation/elk/tomcat/conf/logging.properties | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/installation/elk/tomcat/conf/logging.properties b/installation/elk/tomcat/conf/logging.properties index ed1e58ad5e..a0d42d68ae 100644 --- a/installation/elk/tomcat/conf/logging.properties +++ b/installation/elk/tomcat/conf/logging.properties @@ -17,11 +17,15 @@ handlers = 1catalina.org.apache.juli.FileHandler, 2localhost.org.apache.juli.Fi .handlers = 1catalina.org.apache.juli.FileHandler, java.util.logging.ConsoleHandler -# dnnt access handlers -dnnt.access.handlers = 5dnnt.org.apache.juli.AsyncFileHandler -dnnt.access.level=INFO +# kramerius access handlers +kramerius.access.handlers = 5dnnt.org.apache.juli.AsyncFileHandler +kramerius.access.level=INFO + + 5dnnt.org.apache.juli.AsyncFileHandler.formatter = org.apache.juli.JdkLoggerFormatter + + 5dnnt.org.apache.juli.AsyncFileHandler.level = INFO 5dnnt.org.apache.juli.AsyncFileHandler.directory = ${catalina.base}/logs 5dnnt.org.apache.juli.AsyncFileHandler.prefix = statistics.