forked from aymara/lima
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlog4cpp.properties
28 lines (20 loc) · 1002 Bytes
/
log4cpp.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
# Set root category priority to ERROR and its only appender to A1.
# Since the use of QsLogging, level can be any of NOTSET < TRACE < DEBUG < INFO < WARN < ERROR < FATAL
# The old list of 9 levels from log4cpp is no longer available (new level TRACE. removed level NOTICE CRIT ALERT EMERG).
log4j.rootCategory=ERROR, Console
# time (set to INFO to get information about time spent in each treatment)
log4j.category.TimeInfo=ERROR
# Informs about configuration files actually opened (defaults to WARN).
# Change to ERROR to silent it)
log4j.category.FilesReporting=WARN
log4j.category.Logging=INFO
# xml_processing
log4j.category.XML::ClientFactory=ERROR
log4j.category.XML::XmlReaderClient=ERROR
log4j.category.XML::DocumentAnalyzerClient=ERROR
log4j.category.XML::DocumentsReader=ERROR
log4j.category.Automaton::Compiler=ERROR
#Appenders
log4j.appender.DebugOutput=#For log output in stderr (terminal)
#log4j.appender.File=<absolute or relative path to a file>
#log4j.appender.File=./lima.log