From c2a059d7cecbc4e6ee4ec33d1979bef6d6522819 Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Fri, 01 Jun 2007 21:51:46 +0000 Subject: [PATCH] Rename the default error log file from "error" to "errors". This is consistent with other products (like DSEE), and it was inadvertently changed with the introduction of the new logging framework. --- opends/resource/config/config.ldif | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/resource/config/config.ldif b/opends/resource/config/config.ldif index 9362b9c..71861f9 100644 --- a/opends/resource/config/config.ldif +++ b/opends/resource/config/config.ldif @@ -541,7 +541,7 @@ cn: File-Based Error Logger ds-cfg-logger-class: org.opends.server.loggers.TextErrorLogPublisher ds-cfg-logger-enabled: true -ds-cfg-log-file: logs/error +ds-cfg-log-file: logs/errors ds-cfg-log-file-mode: 640 ds-cfg-default-severity: severe-warning ds-cfg-default-severity: severe-error -- Gitblit v1.10.0