Author: bpoussin Date: 2011-03-17 15:51:40 +0100 (Thu, 17 Mar 2011) New Revision: 26 Url: http://chorem.org/repositories/revision/chorem/26 Log: add log4j config Added: trunk/chorem-web/src/main/resources/log4j.properties Added: trunk/chorem-web/src/main/resources/log4j.properties =================================================================== --- trunk/chorem-web/src/main/resources/log4j.properties (rev 0) +++ trunk/chorem-web/src/main/resources/log4j.properties 2011-03-17 14:51:40 UTC (rev 26) @@ -0,0 +1,34 @@ +### +# #%L +# bow +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero 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 Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# #L% +### +# Global logging configuration +log4j.rootLogger=WARN, stdout + +# Console output... +log4j.appender.stdout=org.apache.log4j.ConsoleAppender +log4j.appender.stdout.layout=org.apache.log4j.PatternLayout +log4j.appender.stdout.layout.ConversionPattern=%d %5p [%t] (%F:%L) %M - %m%n + +# package level +log4j.logger.org.chorem=INFO +log4j.logger.org.nuiton=INFO
participants (1)
-
bpoussin@users.chorem.org