Author: tchemit Date: 2014-03-25 10:06:02 +0100 (Tue, 25 Mar 2014) New Revision: 1736 Url: http://forge.codelutin.com/projects/wao/repository/revisions/1736 Log: add log configuration for tests Added: trunk/wao-persistence/src/test/resources/log4j.properties Copied: trunk/wao-persistence/src/test/resources/log4j.properties (from rev 1733, trunk/wao-services/src/test/resources/log4j.properties) =================================================================== --- trunk/wao-persistence/src/test/resources/log4j.properties (rev 0) +++ trunk/wao-persistence/src/test/resources/log4j.properties 2014-03-25 09:06:02 UTC (rev 1736) @@ -0,0 +1,34 @@ +### +# #%L +# Wao :: Persistence +# %% +# Copyright (C) 2009 - 2014 Ifremer +# %% +# 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% +### +log4j.rootCategory=WARN, console + +log4j.appender.console=org.apache.log4j.ConsoleAppender +log4j.appender.console.layout=org.apache.log4j.PatternLayout +log4j.appender.console.layout.ConversionPattern=%d{yyyy/MM/dd hh:mm:ss} %5p (%F:%L) %M %m%n + +# global level +log4j.logger.fr.ifremer.wao=TRACE + +### persistence level +# log4j.logger.org.nuiton.topia=TRACE + +### services level +# log4j.logger.fr.ifremer.wao.services=TRACE
participants (1)
-
tchemit@users.forge.codelutin.com