From 16b4d05ab194d40c62de5d68e365a4daa28dd868 Mon Sep 17 00:00:00 2001
From: lfrost <lfrost@localhost>
Date: Tue, 29 Jan 2008 07:08:43 +0000
Subject: [PATCH] Doc changes to Log Publisher Configuration docs and some copyright changes. Thanks to Daniel for the review.
---
opends/src/admin/defn/org/opends/server/admin/std/DebugLogPublisherConfiguration.xml | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/DebugLogPublisherConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/DebugLogPublisherConfiguration.xml
index b6cb08a..4a10845 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/DebugLogPublisherConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/DebugLogPublisherConfiguration.xml
@@ -23,7 +23,7 @@
! CDDL HEADER END
!
!
- ! Portions Copyright 2007 Sun Microsystems, Inc.
+ ! Portions Copyright 2007-2008 Sun Microsystems, Inc.
! -->
<adm:managed-object name="debug-log-publisher"
plural-name="debug-log-publishers"
@@ -36,6 +36,11 @@
are responsible for distributing debug log messages from the debug
logger to a destination.
</adm:synopsis>
+ <adm:description>
+ Debug log messages provide information that can be used for debugging
+ or troubleshooting problems in the server, or for providing more
+ detailed information about the processing that the server performs.
+ </adm:description>
<adm:profile name="ldap">
<ldap:object-class>
<ldap:name>ds-cfg-debug-log-publisher</ldap:name>
@@ -180,7 +185,7 @@
</adm:property>
<adm:property name="default-omit-method-entry-arguments">
<adm:synopsis>
- Property to indicate whether to include method arguments in debug
+ Indicates whether to include method arguments in debug
messages logged by default.
</adm:synopsis>
<adm:default-behavior>
@@ -201,7 +206,7 @@
</adm:property>
<adm:property name="default-omit-method-return-value">
<adm:synopsis>
- Property to indicate whether to include the return value in debug
+ Indicates whether to include the return value in debug
messages logged by default.
</adm:synopsis>
<adm:default-behavior>
@@ -220,7 +225,7 @@
</adm:property>
<adm:property name="default-include-throwable-cause">
<adm:synopsis>
- Property to indicate whether to include the cause of exceptions in
+ Indicates whether to include the cause of exceptions in
exception thrown and caught messages logged by default.
</adm:synopsis>
<adm:default-behavior>
@@ -239,7 +244,7 @@
</adm:property>
<adm:property name="default-throwable-stack-frames">
<adm:synopsis>
- Property to indicate the number of stack frames to include in the
+ Indicates the number of stack frames to include in the
stack trace for method entry and exception thrown messages.
</adm:synopsis>
<adm:default-behavior>
--
Gitblit v1.10.0