forked from oltpbenchmark/oltpbench
-
Notifications
You must be signed in to change notification settings - Fork 2
/
log4j.properties
26 lines (24 loc) · 1.29 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
# Set root logger level to DEBUG and its only appender to A1.
log4j.rootLogger=INFO, A1
log4j.rootLogger.layout=org.apache.log4j.PatternLayout
# A1 is set to be a ConsoleAppender.
log4j.appender.A1=org.apache.log4j.ConsoleAppender
log4j.appender.A1.layout=org.apache.log4j.PatternLayout
log4j.appender.A1.layout.ConversionPattern=%d{ABSOLUTE} (%F:%L) %-5p - %m%n
# Classes
log4j.logger.com.oltpbenchmark=INFO
log4j.logger.com.oltpbenchmark.api.Worker=INFO
log4j.logger.com.oltpbenchmark.api.SQLStmt=INFO
log4j.logger.com.oltpbenchmark.benchmarks.tatp=INFO
log4j.logger.com.oltpbenchmark.benchmarks.twitter=DEBUG
log4j.logger.com.oltpbenchmark.benchmarks.wikipedia=INFO
log4j.logger.com.oltpbenchmark.benchmarks.epinions=INFO
log4j.logger.com.oltpbenchmark.benchmarks.ycsb=INFO
log4j.logger.com.oltpbenchmark.benchmarks.seats=INFO
log4j.logger.com.oltpbenchmark.benchmarks.seats.SEATSWorker=INFO
log4j.logger.com.oltpbenchmark.benchmarks.seats.SEATSProfile=INFO
log4j.logger.com.oltpbenchmark.benchmarks.auctionmark=INFO
log4j.logger.com.oltpbenchmark.benchmarks.auctionmark.AuctionMarkLoader=INFO
log4j.logger.com.oltpbenchmark.benchmarks.auctionmark.AuctionMarkProfile=INFO
log4j.logger.com.oltpbenchmark.benchmarks.chbenchmark.CHBenCHmark=INFO
log4j.logger.com.oltpbenchmark.benchmarks.chbenchmark.CHBenCHmarkLoader=INFO