Audit.handler.file.threadlifespan
This property limits the lifetime of an audit record processing
thread if the value of audit.handler.file.multithreads is
set to true
.
- Audit.handler.file.threadlifespan=timeInSeconds
- This value is used during cleanup processing to allow threads
to complete their work before the threads are interrupted. If a background
thread is not completed its work within the life span, cleanup processing
interrupts the thread.
- Required
- Optional.
- Values
- Specified in seconds.
- Default
- 10
- Example
- To set the expected time to 15 seconds as the interval of time
for a thread to write to the audit log, enter:
Audit.handler.file.threadlifespan=15