Author: echatellier Date: 2011-07-01 17:06:15 +0200 (Fri, 01 Jul 2011) New Revision: 1034 Url: http://nuiton.org/repositories/revision/wikitty/1034 Log: Too verbose Modified: trunk/wikitty-jdbc/src/test/resources/log4j.properties Modified: trunk/wikitty-jdbc/src/test/resources/log4j.properties =================================================================== --- trunk/wikitty-jdbc/src/test/resources/log4j.properties 2011-07-01 14:36:16 UTC (rev 1033) +++ trunk/wikitty-jdbc/src/test/resources/log4j.properties 2011-07-01 15:06:15 UTC (rev 1034) @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2010 CodeLutin, Benjamin Poussin +# Copyright (C) 2011 CodeLutin, Benjamin Poussin, Chatellier Eric # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as @@ -28,6 +28,5 @@ log4j.appender.logConsole.layout.ConversionPattern=%d{yy/MM/dd HH:mm:ss} %p %c{2}: %m%n # Configuration by components -log4j.rootLogger=DEBUG, logConsole -log4j.category.org.nuiton.wikitty=DEBUG -log4j.category.org.enhydra=DEBUG +log4j.rootLogger = ERROR, logConsole +log4j.category.org.nuiton.wikitty=INFO
participants (1)
-
echatellier@users.nuiton.org