From 235fd3e7ccce3fd9195b2ff4fb0b67e4fcd32db2 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Fri, 14 Oct 2011 12:53:24 +0000
Subject: [PATCH] OPENDJ-308: Implement access log filtering and configurable message format

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

diff --git a/opends/src/messages/messages/config.properties b/opends/src/messages/messages/config.properties
index 6d7586e..6b3a1f5 100644
--- a/opends/src/messages/messages/config.properties
+++ b/opends/src/messages/messages/config.properties
@@ -2172,3 +2172,9 @@
 SEVERE_ERR_CONFIG_LOGGING_INVALID_TIME_FORMAT_728=The timestamp format string \
  "%s" is not a valid format string.  The format string should conform to the \
  syntax described in the documentation for the "java.text.SimpleDateFormat" class
+SEVERE_ERR_CONFIG_LOGGING_INVALID_USER_DN_PATTERN_729=The access log filtering \
+ criteria defined in "%s" could not be parsed because it contains an invalid \
+ user DN pattern "%s"
+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"

--
Gitblit v1.10.0