This repository was archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlog4j.properties
More file actions
44 lines (36 loc) · 1.38 KB
/
log4j.properties
File metadata and controls
44 lines (36 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
log4j.rootLogger=INFO, stdlog
#log4j.rootLogger=INFO, FusekiFileLog
log4j.appender.stdlog=org.apache.log4j.ConsoleAppender
## log4j.appender.stdlog.target=System.err
log4j.appender.stdlog.layout=org.apache.log4j.PatternLayout
log4j.appender.stdlog.layout.ConversionPattern=%d{HH:mm:ss} %-5p %-20c{1} :: %m%n
## # Example for file logging.
# log4j.appender.FusekiFileLog=org.apache.log4j.DailyRollingFileAppender
# log4j.appender.FusekiFileLog.DatePattern='.'yyyy-MM-dd
# log4j.appender.FusekiFileLog.File=fuseki-log
# log4j.appender.FusekiFileLog.layout=org.apache.log4j.PatternLayout
# log4j.appender.FusekiFileLog.layout.ConversionPattern=%d{HH:mm:ss} %-5p %-20c{1} :: %m%n
# Jetty - Fuseki catches Jetty errors and reports them.
log4j.logger.org.eclipse.jetty=INFO
# Execution logging
log4j.logger.com.hp.hpl.jena.arq.info=INFO
log4j.logger.com.hp.hpl.jena.arq.exec=INFO
# Everything else in Jena
log4j.logger.com.hp.hpl.jena=WARN
log4j.logger.org.apache.jena=WARN
log4j.logger.org.apache.jena=WARN
log4j.logger.org.apache.jena.riot=INFO
# TDB
# TDB syslog.
log4j.logger.TDB=INFO
log4j.logger.com.hp.hpl.jena.tdb.loader=INFO
log4j.logger.org.apache.jena.tdb.loader=INFO
# Joseki server
log4j.logger.org.joseki=INFO
# Fuseki
# Server log.
log4j.logger.org.apache.jena.fuseki.Server=INFO
# Request log.
log4j.logger.org.apache.jena.fuseki.Fuseki=WARN
# Internal logs
log4j.logger.org.apache.jena.fuseki=INFO