mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
09.04.2007 6af4548a8fb8de9db9cf3b9b1f3d16dd7a85c2e6
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.
1 files modified
2 ■■■ changed files
opends/build.xml 2 ●●● patch | view | raw | blame | history
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>