From 95b6eab545532a8feaecd358e28631ccd3c00dc1 Mon Sep 17 00:00:00 2001 From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Thu, 25 Apr 2013 09:00:37 +0000 Subject: [PATCH] OPENDJ-879 (CR-1603) Add HTTP access log --- opendj-sdk/opends/src/admin/messages/LogPublisherCfgDefn.properties | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/src/admin/messages/LogPublisherCfgDefn.properties b/opendj-sdk/opends/src/admin/messages/LogPublisherCfgDefn.properties index 0ad75c9..bc4db58 100644 --- a/opendj-sdk/opends/src/admin/messages/LogPublisherCfgDefn.properties +++ b/opendj-sdk/opends/src/admin/messages/LogPublisherCfgDefn.properties @@ -2,3 +2,4 @@ user-friendly-plural-name=Log Publishers synopsis=Log Publishers are responsible for distributing log messages from different loggers to a destination. property.enabled.synopsis=Indicates whether the Log Publisher is enabled for use. +property.java-class.synopsis=The fully-qualified name of the Java class that provides the Log Publisher implementation. -- Gitblit v1.10.0