From 6af4548a8fb8de9db9cf3b9b1f3d16dd7a85c2e6 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Mon, 09 Apr 2007 21:04:11 +0000
Subject: [PATCH] Change the default debug level for test cases to be "info" instead of "verbose".  This will help alleviate memory pressure for long-running tests by not including things like the contents of every DB get and put or every LDAP message transmitted or received. Verbose debugging can still be enabled if necessary, but it won't be on by default.

---
 opends/build.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/build.xml b/opends/build.xml
index da16624..02cb018 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -1165,7 +1165,7 @@
     <!-- This sets org.opends.test.debug.target if and only if its's not
          alreadly set. -->
     <condition property="org.opends.test.debug.target"
-               value="org.opends.server:level=verbose,category=caught|data|database_access|message|protocol">
+               value="org.opends.server:level=info,category=caught|data|database_access|message|protocol">
       <not>
         <isset property="org.opends.test.debug.target" />
       </not>

--
Gitblit v1.10.0