FileBasedHTTPAccessLogPublisherCfgDefn.properties revision b1dce270ec218b8ad86ce6d745d295da038a5c88
80d2034f65b9348e5fd36291f03b0819181efb89Adam Mooreuser-friendly-name=File Based HTTP Access Log Publisher
80d2034f65b9348e5fd36291f03b0819181efb89Adam Mooreuser-friendly-plural-name=File Based HTTP Access Log Publishers
80d2034f65b9348e5fd36291f03b0819181efb89Adam Mooresynopsis=File Based HTTP Access Log Publishers publish HTTP access messages to the file system.
21f450f4fd5fd60f951de44878aae015ed0342e3Adam Mooreproperty.append.synopsis=Specifies whether to append to existing log files.
52671ce4f644d565b2acd71a8ce4f6d20829a67cAdam Mooreproperty.asynchronous.synopsis=Indicates whether the File Based HTTP Access Log Publisher will publish records asynchronously.
80d2034f65b9348e5fd36291f03b0819181efb89Adam Mooreproperty.auto-flush.synopsis=Specifies whether to flush the writer after every log record.
80d2034f65b9348e5fd36291f03b0819181efb89Adam Mooreproperty.auto-flush.description=If the asynchronous writes option is used, the writer is flushed after all the log records in the queue are written.
80d2034f65b9348e5fd36291f03b0819181efb89Adam Mooreproperty.buffer-size.synopsis=Specifies the log file buffer size.
80d2034f65b9348e5fd36291f03b0819181efb89Adam Mooreproperty.enabled.synopsis=Indicates whether the File Based HTTP Access Log Publisher is enabled for use.
80d2034f65b9348e5fd36291f03b0819181efb89Adam Mooreproperty.java-class.synopsis=The fully-qualified name of the Java class that provides the File Based HTTP Access Log Publisher implementation.
4f2de35716c5df46152747980516af484d0ab208Adam Mooreproperty.log-file.synopsis=The file name to use for the log files generated by the File Based HTTP Access Log Publisher. The path to the file is relative to the server root.
80d2034f65b9348e5fd36291f03b0819181efb89Adam Mooreproperty.log-file.syntax.string.pattern.synopsis=A path to an existing file that is readable by the server.
02fc09f797e83e80199c96adc4751c230dccc973Adam Mooreproperty.log-file-permissions.synopsis=The UNIX permissions of the log files created by this File Based HTTP Access Log Publisher.
80d2034f65b9348e5fd36291f03b0819181efb89Adam Mooreproperty.log-file-permissions.syntax.string.pattern.synopsis=A valid UNIX mode string. The mode string must contain three digits between zero and seven.
80d2034f65b9348e5fd36291f03b0819181efb89Adam Mooreproperty.log-format.synopsis=Specifies how log records should be formatted and written to the HTTP access log.
80d2034f65b9348e5fd36291f03b0819181efb89Adam Mooreproperty.log-format.syntax.string.pattern.synopsis=A space separated list of fields describing the extended log format to be used for logging HTTP accesses. Available values are listed on the W3C working draft http://www.w3.org/TR/WD-logfile.html and Microsoft website http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/676400bc-8969-4aa7-851a-9319490a9bbb.mspx?mfr=true OpenDJ supports the following standard fields: "c-ip", "c-port", "cs-host", "cs-method", "cs-uri-query", "cs(User-Agent)", "cs-username", "cs-version", "s-computername", "s-ip", "s-port", "sc-status". OpenDJ supports the following application specific field extensions: "x-connection-id" displays the internal connection ID assigned to the HTTP client connection, "x-datetime" displays the completion date and time for the logged HTTP request and its ouput is controlled by the "ds-cfg-log-record-time-format" property, "x-etime" displays the total execution time for the logged HTTP request.
52671ce4f644d565b2acd71a8ce4f6d20829a67cAdam Mooreproperty.log-record-time-format.synopsis=Specifies the format string that is used to generate log record timestamps.
80d2034f65b9348e5fd36291f03b0819181efb89Adam Mooreproperty.log-record-time-format.syntax.string.pattern.synopsis=Any valid format string that can be used with the java.text.SimpleDateFormat class.
80d2034f65b9348e5fd36291f03b0819181efb89Adam Mooreproperty.queue-size.synopsis=The maximum number of log records that can be stored in the asynchronous queue.
c4f19796d319a7ec9a1e76d48adc82c9c5ae2f27Adam Mooreproperty.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.
08e054017132cdd838955bc0af15889f1f2a7b42Adam Mooreproperty.queue-size.requires-admin-action.synopsis=The File Based HTTP Access Log Publisher must be restarted if this property is changed and the asynchronous property is set to true.
b46f3d670b654847b0ce60afdba1b461c492a5c9Adam Mooreproperty.retention-policy.synopsis=The retention policy to use for the File Based HTTP Access Log Publisher .
0dca577a07715960da42d47787eecc25b285182fAdam Mooreproperty.retention-policy.description=When multiple policies are used, log files are cleaned when any of the policy's conditions are met.
b46f3d670b654847b0ce60afdba1b461c492a5c9Adam Mooreproperty.retention-policy.default-behavior.alias.synopsis=No retention policy is used and log files are never cleaned.
08e054017132cdd838955bc0af15889f1f2a7b42Adam Mooreproperty.rotation-policy.synopsis=The rotation policy to use for the File Based HTTP Access Log Publisher .
52671ce4f644d565b2acd71a8ce4f6d20829a67cAdam Mooreproperty.rotation-policy.description=When multiple policies are used, rotation will occur if any policy's conditions are met.
f647f9c7909e84a0b19f09de42ce82a715e2d52aAdam Mooreproperty.rotation-policy.default-behavior.alias.synopsis=No rotation policy is used and log rotation will not occur.
0771d781138a507b3e657573703f511291640bf3Adam Mooreproperty.time-interval.synopsis=Specifies the interval at which to check whether the log files need to be rotated.