From b54d8bdf7b583b5d57b7deae2431c32fcd644a1a 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

---
 opends/src/admin/messages/LogPublisherCfgDefn.properties |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opends/src/admin/messages/LogPublisherCfgDefn.properties b/opends/src/admin/messages/LogPublisherCfgDefn.properties
index 0ad75c9..bc4db58 100644
--- a/opends/src/admin/messages/LogPublisherCfgDefn.properties
+++ b/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