Author: chatellier Date: 2011-01-26 09:58:48 +0000 (Wed, 26 Jan 2011) New Revision: 584 Log: Move log file to info loglevel Modified: trunk/coser-ui/src/main/resources/log4j.properties trunk/coser-web/src/main/resources/log4j.properties Modified: trunk/coser-ui/src/main/resources/log4j.properties =================================================================== --- trunk/coser-ui/src/main/resources/log4j.properties 2011-01-26 09:47:59 UTC (rev 583) +++ trunk/coser-ui/src/main/resources/log4j.properties 2011-01-26 09:58:48 UTC (rev 584) @@ -4,7 +4,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2010 Ifremer, Codelutin, Chatellier Eric +# Copyright (C) 2010 - 2011 Ifremer, 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 @@ -38,4 +38,4 @@ log4j.appender.file.layout.ConversionPattern=%d{dd-MM-yy HH:mm:ss} %5p %c:%L - %m%n # Specific logging -#log4j.category.fr.ifremer.coser=DEBUG +log4j.category.fr.ifremer.coser=INFO Modified: trunk/coser-web/src/main/resources/log4j.properties =================================================================== --- trunk/coser-web/src/main/resources/log4j.properties 2011-01-26 09:47:59 UTC (rev 583) +++ trunk/coser-web/src/main/resources/log4j.properties 2011-01-26 09:58:48 UTC (rev 584) @@ -3,7 +3,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2010 Ifremer, Codelutin, Chatellier Eric +# Copyright (C) 2010 - 2011 Ifremer, Codelutin, Chatellier Eric # %% # 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