Skip to content

Commit

Permalink
Logging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel.stastny committed Nov 3, 2020
1 parent 511c080 commit 6b75804
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions installation/elk/tomcat/conf/logging.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6b75804

Please sign in to comment.