LogFlush

When set to yes, the system writes each log record as it is generated. When you set this property to no, the system buffers log records and writes them periodically for optimal performance.

Syntax

LogFlush=[ no | yes ]

Default

no

Comment

If you have several other logging properties active, setting this property to yes results in a small, negative impact on performance, but ensures that the log is complete in the event of a system failure.