LogFlush

The LogFlush configuration property specifies when the system writes each log record.

Syntax

LogFlush=[no | yes]

Default

no

Values

  • yes – the system writes each log record as it is generated.

  • no – the system buffers log records and writes them periodically for optimal performance.

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.