Audit.handler.file.multithreads
This property specifies whether the audit handler dispatches separate threads to process audit records.
- Audit.handler.file.multithreads={true|false}
- Specifies whether to use separate threads to process audit records.
- Required
- Optional.
- Values
- true | false
If the property is set to
true
, a separate thread is used to write the event data to the audit log, allowing the current thread of execution (operation) to continue without waiting for the write to the audit log to complete. Use of multiple threads is the default behavior. - Default
- true
- Example
- To set multithreading to
false
, enter:Audit.handler.file.multithreads=false