server.ini file
The log configuration of the Audit Server is saved into the [audit] section of the server.ini file.
[audit]
log_size_control_enabled=true
log_auto_cycling=true
log_file_maximum_count=10
log_ msg_content=true
log_entry_ splitting_enabled=true
log_entry_maximum_size=1000
This table shows the log entries and their function:
Log entry | Function |
---|---|
log_size_control_enabled |
Indicates whether the log size control for the audit log file is enabled. |
log_auto_cycling |
Indicates whether automatic log cycling is enabled. |
log_file_maximum_count |
Specifies the maximum number of log cycle files the Audit Server can contain. "0" is unlimited. |
log_msg_content |
Indicates if the message content should be dumped into the log file. |
log_entry_splitting_enabled
|
Indicates whether the splitting ability for the log entry is enabled. |
log_entry_maximum_size |
Specifies the maximum size of the logged message content in one
log entry. This takes effect when the log_entry_splitting_enabled field is true . When it is missed or empty, the
default maximum value of 1000 kilo-characters is used. |