From 834a8ae734c7af26826962d52e1aace2bd7bbef3 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Fri, 03 May 2013 12:33:08 +0000
Subject: [PATCH] OPENDJ-879 (CR-1642) Add HTTP access log

---
 opends/src/messages/messages/config.properties |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/opends/src/messages/messages/config.properties b/opends/src/messages/messages/config.properties
index 6b3a1f5..8ad3d2e 100644
--- a/opends/src/messages/messages/config.properties
+++ b/opends/src/messages/messages/config.properties
@@ -165,9 +165,6 @@
 SEVERE_WARN_CONFIG_LOGGER_NO_ACTIVE_ERROR_LOGGERS_45=There are no active \
  error loggers defined in the Directory Server configuration.  No error \
  logging will be performed
-MILD_WARN_CONFIG_LOGGER_NO_ACTIVE_DEBUG_LOGGERS_46=There are no active debug \
- loggers defined in the Directory Server configuration.  No debug logging will \
- be performed
 SEVERE_ERR_CONFIG_LOGGER_ENTRY_UNACCEPTABLE_47=Configuration entry %s does \
  not contain a valid logger configuration:  %s.  It will be ignored
 INFO_CONFIG_UNKNOWN_UNACCEPTABLE_REASON_48=Unknown unacceptable reason
@@ -2178,3 +2175,9 @@
 SEVERE_ERR_CONFIG_LOGGING_INVALID_TARGET_DN_PATTERN_730=Thee access log filtering \
  criteria defined in "%s" could not be parsed because it contains an invalid \
  target DN pattern "%s"
+SEVERE_WARN_CONFIG_LOGGER_NO_ACTIVE_HTTP_ACCESS_LOGGERS_731=There are no active \
+ HTTP access loggers defined in the Directory Server configuration.  No HTTP \
+ access logging will be performed
+SEVERE_ERR_CONFIG_LOGGER_INVALID_HTTP_ACCESS_LOGGER_CLASS_732=Class %s specified \
+ in attribute ds-cfg-java-class of configuration entry %s cannot be \
+ instantiated as a Directory Server HTTP access logger:  %s

--
Gitblit v1.10.0