5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikususer-friendly-name=File Based Access Log Publisher
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikususer-friendly-plural-name=File Based Access Log Publishers
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikussynopsis=File Based Access Log Publishers publish access messages to the file system.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikusproperty.append.synopsis=Specifies whether to append to existing log files.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikusproperty.asynchronous.synopsis=Indicates whether the File Based Access Log Publisher will publish records asynchronously.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikusproperty.auto-flush.synopsis=Specifies whether to flush the writer after every log record.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikusproperty.auto-flush.description=If the asynchronous writes option is used, the writer is flushed after all the log records in the queue are written.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikusproperty.buffer-size.synopsis=Specifies the log file buffer size.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikusproperty.enabled.synopsis=Indicates whether the File Based Access Log Publisher is enabled for use.
70bb67bfb066d9129943fd8a6e171189e9a1541bmatthewproperty.filtering-policy.synopsis=Specifies how filtering criteria should be applied to log records.
70bb67bfb066d9129943fd8a6e171189e9a1541bmatthewproperty.filtering-policy.syntax.enumeration.value.exclusive.synopsis=Records must not match any of the filtering criteria in order to be logged.
70bb67bfb066d9129943fd8a6e171189e9a1541bmatthewproperty.filtering-policy.syntax.enumeration.value.inclusive.synopsis=Records must match at least one of the filtering criteria in order to be logged.
70bb67bfb066d9129943fd8a6e171189e9a1541bmatthewproperty.filtering-policy.syntax.enumeration.value.no-filtering.synopsis=No filtering will be performed, and all records will be logged.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikusproperty.java-class.synopsis=The fully-qualified name of the Java class that provides the File Based Access Log Publisher implementation.
9ab63b35ba771349c5a9ffb0ebf996dd98cecfeematthewproperty.log-control-oids.synopsis=Specifies whether control OIDs will be included in operation log records.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikusproperty.log-file.synopsis=The file name to use for the log files generated by the File Based Access Log Publisher. The path to the file is relative to the server root.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikusproperty.log-file.syntax.string.pattern.synopsis=A path to an existing file that is readable by the server.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikusproperty.log-file-permissions.synopsis=The UNIX permissions of the log files created by this File Based Access Log Publisher.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikusproperty.log-file-permissions.syntax.string.pattern.synopsis=A valid UNIX mode string. The mode string must contain three digits between zero and seven.
9ab63b35ba771349c5a9ffb0ebf996dd98cecfeematthewproperty.log-format.synopsis=Specifies how log records should be formatted and written to the access log.
9ab63b35ba771349c5a9ffb0ebf996dd98cecfeematthewproperty.log-format.syntax.enumeration.value.combined.synopsis=Combine log records for operation requests and responses into a single record. This format should be used when log records are to be filtered based on response criteria (e.g. result code).
9ab63b35ba771349c5a9ffb0ebf996dd98cecfeematthewproperty.log-format.syntax.enumeration.value.multi-line.synopsis=Outputs separate log records for operation requests and responses.
9ab63b35ba771349c5a9ffb0ebf996dd98cecfeematthewproperty.log-record-time-format.synopsis=Specifies the format string that is used to generate log record timestamps.
9ab63b35ba771349c5a9ffb0ebf996dd98cecfeematthewproperty.log-record-time-format.syntax.string.pattern.synopsis=Any valid format string that can be used with the java.text.SimpleDateFormat class.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikusproperty.queue-size.synopsis=The maximum number of log records that can be stored in the asynchronous queue.
d81f6d00c343633159fc5ea08599d145135612c0ludovicpproperty.queue-size.description=Setting the queue size to zero activates parallel log writer implementation which has no queue size limit and as such the parallel log writer should only be used on a very well tuned server configuration to avoid potential out of memory errors.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikusproperty.queue-size.requires-admin-action.synopsis=The File Based Access Log Publisher must be restarted if this property is changed and the asynchronous property is set to true.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikusproperty.retention-policy.synopsis=The retention policy to use for the File Based Access Log Publisher .
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikusproperty.retention-policy.description=When multiple policies are used, log files are cleaned when any of the policy's conditions are met.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikusproperty.retention-policy.default-behavior.alias.synopsis=No retention policy is used and log files are never cleaned.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikusproperty.rotation-policy.synopsis=The rotation policy to use for the File Based Access Log Publisher .
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikusproperty.rotation-policy.description=When multiple policies are used, rotation will occur if any policy's conditions are met.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikusproperty.rotation-policy.default-behavior.alias.synopsis=No rotation policy is used and log rotation will not occur.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikusproperty.suppress-internal-operations.synopsis=Indicates whether internal operations (for example, operations that are initiated by plugins) should be logged along with the operations that are requested by users.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikusproperty.suppress-synchronization-operations.synopsis=Indicates whether access messages that are generated by synchronization operations should be suppressed.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikusproperty.time-interval.synopsis=Specifies the interval at which to check whether the log files need to be rotated.
70bb67bfb066d9129943fd8a6e171189e9a1541bmatthewrelation.access-log-filtering-criteria.user-friendly-name=Access Log Filtering Criteria
70bb67bfb066d9129943fd8a6e171189e9a1541bmatthewrelation.access-log-filtering-criteria.user-friendly-plural-name=Access Log Filtering Criteria
70bb67bfb066d9129943fd8a6e171189e9a1541bmatthewrelation.access-log-filtering-criteria.synopsis=The set of criteria which will be used to filter log records.