From e433824f46514e6ed863eb6b95c70038331c8c24 Mon Sep 17 00:00:00 2001 From: Nicolas Capponi <nicolas.capponi@forgerock.com> Date: Tue, 24 Nov 2015 12:49:54 +0000 Subject: [PATCH] OPENDJ-2260 OPENDJ-2271 Integration of common audit into the server --- opendj-server-legacy/src/messages/org/opends/messages/logger.properties | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 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 8625a26..658cb57 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/logger.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/logger.properties @@ -69,3 +69,34 @@ free disk space in the partition containing log file %s: %s ERR_LOGGER_ERROR_ENFORCING_RETENTION_POLICY_12=Error occurred while \ enforcing retention policy %s for logger %s: %s +ERR_COMMON_AUDIT_CREATE_13=Error occurred while creating common audit \ + facility: %s +ERR_COMMON_AUDIT_ADD_OR_UPDATE_LOG_PUBLISHER_14=Error while creating \ + or updating common audit log publisher %s: %s +ERR_COMMON_AUDIT_REMOVE_LOG_PUBLISHER_15=Error while removing common audit log \ + publisher %s: %s +ERR_COMMON_AUDIT_UNSUPPORTED_HANDLER_TYPE_16=Error while adding common audit log \ + publisher %s, the publisher has an unsupported handler type +ERR_COMMON_AUDIT_EXTERNAL_HANDLER_JSON_FILE_17=Error while reading \ + 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_UNSUPPORTED_LOG_ROTATION_POLICY_20=Error while adding common audit \ + CSV 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 +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 \ + log publisher %s, delimiter char '%s' should not contains more than one character +ERR_COMMON_AUDIT_CSV_HANDLER_QUOTE_CHAR_24=Error while processing common audit \ + log publisher %s, quote char '%s' should not contains more than one character +ERR_COMMON_AUDIT_INVALID_TIME_OF_DAY_25=Error while processing common audit \ + log publisher %s, time of the day value '%s' for fixed time log rotation policy \ + is not valid, it should use a 24-hour format "HHmm" : %s +ERR_COMMON_AUDIT_INVALID_TRANSACTION_ID_26=Error while decoding a transaction id control \ + received from a request: %s +ERR_COMMON_AUDIT_UNABLE_TO_PROCESS_LOG_EVENT_27=Error while processing a log event \ + for common audit: %s \ No newline at end of file -- Gitblit v1.10.0