From 7133a924c1e806daf5e52d2d1cb1e4de320eef73 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. --- opends/tests/unit-tests-testng/resource/config-changes.ldif | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/opends/tests/unit-tests-testng/resource/config-changes.ldif b/opends/tests/unit-tests-testng/resource/config-changes.ldif index 5389b42..2df2c49 100644 --- a/opends/tests/unit-tests-testng/resource/config-changes.ldif +++ b/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