-
Notifications
You must be signed in to change notification settings - Fork 1
/
log4j.properties
31 lines (23 loc) · 1003 Bytes
/
log4j.properties
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
log4j.rootLogger=INFO, stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{HH:mm:ss} %-5p - %-20c{1} :: %m%n
# Joseki server logging
log4j.logger.org.joseki=INFO
# Jena, including the Joseki client
log4j.logger.com.hp.hpl.jena=WARN
log4j.logger.org.mortbay=WARN
## log4j.logger.com.hp.hpl.jena.util.FileManager=ALL
## log4j.logger.com.hp.hpl.jena.util.LocatorURL=ALL
## log4j.logger.com.hp.hpl.jena.util.LocatorClassLoader=ALL
## log4j.logger.com.hp.hpl.jena.util.LocatorFile=ALL
## log4j.logger.com.hp.hpl.jena.util.LocationMapper=ALL
# TDB
log4j.logger.com.hp.hpl.jena.tdb=INFO
## General information about this instantiation
## General information at level DEBUG
log4j.logger.com.hp.hpl.jena.tdb.info=INFO
## Logger for execution details.
## Need to switch on with the dynamic switch
## "TDB.setExecutionLogging(true)" as well.
log4j.logger.com.hp.hpl.jena.tdb.exec=INFO