From 9cb390dc3be41600ebace6969f9cd36cd2dcc021 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 29 Nov 2011 05:06:08 +0100 Subject: 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 --- log4cpp.property | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'log4cpp.property') 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 -- cgit v1.2.3