aboutsummaryrefslogtreecommitdiffstats
path: root/log4cpp.property
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2011-11-29 05:06:08 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-05 17:17:50 +0100
commit9cb390dc3be41600ebace6969f9cd36cd2dcc021 (patch)
tree4efc68d35ed02d5474581308a97e0c1e5d7f0c4f /log4cpp.property
parent1ec8c29f8efc77f728c1f1b733966c6a4dfe9d6e (diff)
downloadusdx-9cb390dc3be41600ebace6969f9cd36cd2dcc021.tar.gz
usdx-9cb390dc3be41600ebace6969f9cd36cd2dcc021.tar.xz
usdx-9cb390dc3be41600ebace6969f9cd36cd2dcc021.zip
moved all log messages a level up
log4cpp does not provide the TRACE log level. so it is needed that all log messages shift a level up, so that DEBUG is used in replacement of TRACE and INFO is now used for all messages that were DEBUG
Diffstat (limited to 'log4cpp.property')
-rw-r--r--log4cpp.property2
1 files changed, 1 insertions, 1 deletions
diff --git a/log4cpp.property b/log4cpp.property
index 4bcad324..2f66ba11 100644
--- a/log4cpp.property
+++ b/log4cpp.property
@@ -1,4 +1,4 @@
-log4cpp.rootCategory=DEBUG,console
+log4cpp.rootCategory=INFO,console
log4cpp.category.usdx=,roll
log4cpp.appender.console=org.apache.log4j.ConsoleAppender