You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2010/06/05 14:19:25 UTC

svn commit: r951698 - in /directory/apacheds/trunk/default-config/src: main/resources/log4j.properties test/resources/ test/resources/log4j.properties

Author: seelmann
Date: Sat Jun  5 12:19:25 2010
New Revision: 951698

URL: http://svn.apache.org/viewvc?rev=951698&view=rev
Log:
Moved log4j.properties to src/test/resources, use log level OFF

Added:
    directory/apacheds/trunk/default-config/src/test/resources/
    directory/apacheds/trunk/default-config/src/test/resources/log4j.properties
      - copied, changed from r951689, directory/apacheds/trunk/default-config/src/main/resources/log4j.properties
Removed:
    directory/apacheds/trunk/default-config/src/main/resources/log4j.properties

Copied: directory/apacheds/trunk/default-config/src/test/resources/log4j.properties (from r951689, directory/apacheds/trunk/default-config/src/main/resources/log4j.properties)
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/default-config/src/test/resources/log4j.properties?p2=directory/apacheds/trunk/default-config/src/test/resources/log4j.properties&p1=directory/apacheds/trunk/default-config/src/main/resources/log4j.properties&r1=951689&r2=951698&rev=951698&view=diff
==============================================================================
--- directory/apacheds/trunk/default-config/src/main/resources/log4j.properties (original)
+++ directory/apacheds/trunk/default-config/src/test/resources/log4j.properties Sat Jun  5 12:19:25 2010
@@ -14,7 +14,7 @@
 #    See the License for the specific language governing permissions and
 #    limitations under the License.
 #############################################################################
-log4j.rootCategory=WARN, stdout
+log4j.rootCategory=OFF, stdout
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout