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

neil_a_wilson
09.04.2007 d5e65daa4ed77b1d350aec6ae2c3746c886212a6
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
opendj-sdk/opends/build.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/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>