Use
|
To Specify
|
||
---|---|---|---|
level
|
The level of information that you want to include in the audit log file. The default level is WARN. Valid values include:
• AUDIT
• ERROR
• WARN
• INFO
• DEBUG
• TRACE
|
||
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
|
||
publish_directory
|
A location for writing to log files those log events that meet or exceed the publish_level. If you do not specify a location for this property, this logging information is not written to log files. The default value is "publish_directory":"/_tw_logs/",
|
||
publish_level
|
The level of information that you want to include in the alternate log files. The default value is logger:level, which tells EMS to use the same level as set in the levelproperty. Valid values are the same as for the logger.level property:
• AUDIT
• ERROR
• WARN
• INFO
• DEBUG
• TRACE
|
||
max_file_storage
|
The maximum amount of space that log files can take up. 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.
|
||
auto_flush
|
Whether EMS should flush every N bytes to the publish_directory. The N value is defined by flush_chunk_size.
EMS also flushes the buffer if a message has not been written to the log in the last second.
A setting of true for auto_flush forces EMS to flush every 16384 bytes by default.
|
||
flush_chunk_size
|
The number of bytes to write before flushing to disk. The default setting is 16KB..
|
||
buffer_size
|
The maximum number of bytes that can be printed in a single logging message. The default setting is 4096 bytes.
|
|
Do not attempt to use config.json.documented to run your EMS. This file is intended as a reference. Instead, if you want to use all possible properties, use config.json.complete. Be sure to save the file as config.json before running EMS.
|