From 2ba1652a6ce1a77eb0fcc86f678f4caab376720b Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Fri, 14 Oct 2011 12:27:25 +0000 Subject: [PATCH] OPENDJ-308: Implement access log filtering and configurable message format --- opends/src/messages/messages/config.properties | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/config.properties b/opends/src/messages/messages/config.properties index 11e75d3..6d7586e 100644 --- a/opends/src/messages/messages/config.properties +++ b/opends/src/messages/messages/config.properties @@ -2169,3 +2169,6 @@ MILD_ERR_CONFIG_PWPOLICY_CANNOT_CHANGE_DEFAULT_POLICY_WRONG_TYPE_727=The \ default password policy value '%s' is invalid because it refers to an \ authentication policy which is not a password policy +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 -- Gitblit v1.10.0