Property
|
Description
|
||
---|---|---|---|
scripts.log_level
|
The level of information that you want to include in the audit log file. Valid values include:
• FORCE
• ERROR
• WARN
• INFO (the default value)
• DEBUG
• TRACE
|
||
scripts.log_audit_target
|
The path to the audit log file where audit events will be written. Alternatively, specify an HTTP address for the audit log file, where these events will be sent using a POST command.
Audit events are also written to the normal log destination . If no target is specified, no additional auditing takes place.
Valid values include:
• file://path_to_file
• http://hosted_location
|
||
scripts.log_publish_directory
|
A location for writing to log files those log events that meet or exceed the publish_level. .
|
||
scripts.log_publish_level
|
The level of information that you want to include in the alternate log files. Valid values include:
• AUDIT
• ERROR
• WARN
• INFO
• DEBUG
• TRACE
|
||
scripts.log_max_file_storage
|
The maximum amount of space that log files can take up, in bytes. Keep in mind that there are two concurrent log files. The maximum size of each individual log file is max_file_storage divided by 2. The default value is 2000000 bytes (2MB).
|
||
scripts.log_auto_flush
|
Whether the LSR should flush every N bytes to the publish_directory. The N is defined by flush_chunk_size. The LSR also flushes the buffer if a message has not been written to the log in the last second.
A setting of true forces the LSR to flush every N bytes.
|
||
scripts.log_flush_chunk_size
|
The number of bytes to write before flushing to disk. The default setting is 16384 bytes.
|
||
scripts.log_buffer_size
|
The maximum number of bytes that can be printed in a single logging message. The default setting is 4096 bytes.
|