Author: echatellier Date: 2013-10-31 21:51:20 +0100 (Thu, 31 Oct 2013) New Revision: 288 Url: http://nuiton.org/projects/nuiton-j2r/repository/revisions/288 Log: Remove log4j.properties from main resources Removed: trunk/src/main/resources/log4j.properties Deleted: trunk/src/main/resources/log4j.properties =================================================================== --- trunk/src/main/resources/log4j.properties 2013-10-31 20:50:47 UTC (rev 287) +++ trunk/src/main/resources/log4j.properties 2013-10-31 20:51:20 UTC (rev 288) @@ -1,32 +0,0 @@ -### -# #%L -# Nuiton Java-2-R library -# -# $Id$ -# $HeadURL$ -# %% -# Copyright (C) 2006 - 2012 CodeLutin, Chatellier Eric -# %% -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public -# License along with this program. If not, see -# <http://www.gnu.org/licenses/gpl-3.0.html>. -# #L% -### -# Global logging configuration -log4j.rootLogger=INFO, stdout -# Console output... -log4j.appender.stdout=org.apache.log4j.ConsoleAppender -log4j.appender.stdout.layout=org.apache.log4j.PatternLayout -log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) %M - %m%n -# package level -log4j.logger.org.nuiton.j2r=INFO