From 9c954f1411d833f43c98ad3bc607c4ec4f07aaf5 Mon Sep 17 00:00:00 2001 From: boli <boli@localhost> Date: Fri, 08 Jun 2007 18:50:35 +0000 Subject: [PATCH] Fixed an issue where the error log doesn't actually log messages. Also improved the performance of the loggers when they are disabled. --- opends/resource/schema/02-config.ldif | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opends/resource/schema/02-config.ldif b/opends/resource/schema/02-config.ldif index 4cb3c58..21bb051 100644 --- a/opends/resource/schema/02-config.ldif +++ b/opends/resource/schema/02-config.ldif @@ -1417,7 +1417,7 @@ MAY ( ds-cfg-rotation-policy-dn $ ds-cfg-rotation-action $ ds-cfg-retention-policy-dn $ ds-cfg-thread-time-interval $ ds-cfg-buffer-size $ ds-cfg-writer-auto-flush $ - ds-cfg-writer-append ) + ds-cfg-writer-append $ ds-cfg-log-queue-size ) X-ORIGIN 'OpenDS Directory Server' ) objectClasses: ( 1.3.6.1.4.1.26027.1.2.27 NAME 'ds-cfg-file-based-debug-logger' SUP ds-cfg-debug-logger STRUCTURAL @@ -1425,7 +1425,7 @@ MAY ( ds-cfg-rotation-policy-dn $ ds-cfg-rotation-action $ ds-cfg-retention-policy-dn $ ds-cfg-thread-time-interval $ ds-cfg-buffer-size $ ds-cfg-writer-auto-flush $ - ds-cfg-writer-append ) + ds-cfg-writer-append $ ds-cfg-log-queue-size ) X-ORIGIN 'OpenDS Directory Server' ) objectClasses: ( 1.3.6.1.4.1.26027.1.2.28 NAME 'ds-cfg-file-based-error-logger' SUP ds-cfg-error-logger STRUCTURAL @@ -1433,7 +1433,7 @@ MAY ( ds-cfg-rotation-policy-dn $ ds-cfg-rotation-action $ ds-cfg-retention-policy-dn $ ds-cfg-thread-time-interval $ ds-cfg-buffer-size $ ds-cfg-writer-auto-flush $ - ds-cfg-writer-append ) + ds-cfg-writer-append $ ds-cfg-log-queue-size ) X-ORIGIN 'OpenDS Directory Server' ) objectClasses: ( 1.3.6.1.4.1.26027.1.2.29 NAME 'ds-cfg-matching-rule' SUP top STRUCTURAL MUST ( cn $ ds-cfg-matching-rule-class $ -- Gitblit v1.10.0