From 470c3ddb9159d6e0b0a9d31af28e8ed46d570db6 Mon Sep 17 00:00:00 2001 From: Fabio Pistolesi <fabio.pistolesi@forgerock.com> Date: Tue, 27 Sep 2016 17:03:29 +0000 Subject: [PATCH] OPENDJ-3313 Add Json handler log publisher in dsconfig --- opendj-server-legacy/src/messages/org/opends/messages/logger.properties | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/logger.properties b/opendj-server-legacy/src/messages/org/opends/messages/logger.properties index fa55b79..de90779 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/logger.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/logger.properties @@ -11,9 +11,7 @@ # information: "Portions Copyright [year] [name of copyright owner]". # # Copyright 2006-2008 Sun Microsystems, Inc. -# Portions Copyright 2015 ForgeRock AS. - - +# Portions Copyright 2015-2016 ForgeRock AS. # # Global directives @@ -72,12 +70,11 @@ JSON configuration file %s while creating common audit external log publisher %s: %s ERR_COMMON_AUDIT_EXTERNAL_HANDLER_CREATION_18=Error while creating \ common audit external log publisher %s: %s -ERR_COMMON_AUDIT_CSV_HANDLER_CREATION_19=Error while creating \ - CSV log publisher %s: %s +ERR_COMMON_AUDIT_FILE_BASED_HANDLER_CREATION_19=Error while creating common audit log publisher %s: %s ERR_COMMON_AUDIT_UNSUPPORTED_LOG_ROTATION_POLICY_20=Error while adding common audit \ - CSV log publisher %s, the publisher defines an unsupported log rotation policy %s + log publisher %s, the publisher defines an unsupported log rotation policy %s ERR_COMMON_AUDIT_UNSUPPORTED_LOG_RETENTION_POLICY_21=Error while adding common audit \ - CSV log publisher %s, the publisher defines an unsupported log retention policy %s + log publisher %s, the publisher defines an unsupported log retention policy %s ERR_COMMON_AUDIT_UNSUPPORTED_LOG_PUBLISHER_22=Error while processing common audit \ log publisher %s, this type of log publisher is unsupported ERR_COMMON_AUDIT_CSV_HANDLER_DELIMITER_CHAR_23=Error while processing common audit \ -- Gitblit v1.10.0