LogMaxSize protocol option [LSIZE]

Controls the maximum size of the log file where the database server writes information about web requests.

Usage

HTTP, HTTPS

Values
Integer [ k | m | g ]
Default

0

Remarks

When the log file reaches the stated size, it is renamed and another log file is created. If LogMaxSize is zero, the log file size is unlimited. The default value is in bytes, but you can use k, m, or g to specify units of kilobytes, megabytes, or gigabytes, respectively.

See also