From d7fd9a964c17c00c10b067f0c10a50db5a86e1f3 Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Fri, 29 Sep 2006 05:36:11 +0000 Subject: [PATCH] Update the unit test configuration so that exception stack traces will not be written to the debug log by default. This will primarily help reduce the amount of output generated when running the tests with assertions enabled, and will help dramatically cut down the size of the e-mail message generated by the daily build process. --- opendj-sdk/opends/tests/unit-tests-testng/resource/config-changes.ldif | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/tests/unit-tests-testng/resource/config-changes.ldif b/opendj-sdk/opends/tests/unit-tests-testng/resource/config-changes.ldif index 5389b42..2df2c49 100644 --- a/opendj-sdk/opends/tests/unit-tests-testng/resource/config-changes.ldif +++ b/opendj-sdk/opends/tests/unit-tests-testng/resource/config-changes.ldif @@ -267,3 +267,8 @@ replace: ds-cfg-trust-store-pin ds-cfg-trust-store-pin: password +dn: cn=File-Based Debug Logger,cn=Loggers,cn=config +changetype: modify +replace: ds-cfg-override-severity +ds-cfg-override-severity: EXCEPTION=INFO + -- Gitblit v1.10.0