-
Notifications
You must be signed in to change notification settings - Fork 2
/
log4j.properties
40 lines (34 loc) · 1.7 KB
/
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
32
33
34
35
36
37
38
39
40
#example log4j property file
#print warnings to console...
log4j.rootLogger=warn, CONSOLE
#console appender
log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout
log4j.appender.CONSOLE.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c - %m%n
#simple console appender
log4j.appender.SIMPLE_CONSOLE=org.apache.log4j.ConsoleAppender
log4j.appender.SIMPLE_CONSOLE.layout=org.apache.log4j.PatternLayout
log4j.appender.SIMPLE_CONSOLE.layout.ConversionPattern=%d{HH:mm:ss} %-5p %m%n
# Cashmere
# log4j.logger.ibis.cashmere=debug
# log4j.logger.ibis.cashmere.constellation=trace
# log4j.logger.ibis.cashmere.constellation.Cashmere=debug
# log4j.logger.ibis.cashmere.constellation.Event=debug
# log4j.logger.ibis.cashmere.constellation.Argument=debug
# log4j.logger.ibis.cashmere.constellation.Argument/memory=debug
# log4j.logger.ibis.cashmere.constellation.Launch=debug
# log4j.logger.ibis.cashmere.constellation.Device=debug
# log4j.logger.ibis.cashmere.constellation.Device/memory=debug
# Constellation
# log4j.logger.ibis.constellation.util.ByteBufferCache=debug
# log4j.logger.ibis.constellation.impl.pool.Pool=debug
# log4j.logger.ibis.constellation.impl.DistributedConstellation=debug
# log4j.logger.ibis.constellation.impl.MultiThreadedConstellation=debug
# log4j.logger.ibis.constellation.impl.SingleThreadedConstellation=debug
# log4j.logger.ibis.constellation.impl.ExecutorWrapper=debug
# log4j.logger.ibis.constellation=debug
# log4j.logger.ibis.constellation.impl.SingleThreadedConstellation=off
# Ibis Infiniband
#log4j.logger.ibis.ipl.impl.ib.IBIbis.readByteBuffer=debug
#log4j.logger.ibis.ipl.impl.ib.IBIbis.ib=debug
#log4j.logger.ibis.ipl.impl.ib=debug