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.
| | |
| | | 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 |
| | | |