httpAccessLogging - HTTP Access Logging (httpAccessLogging)

HTTP access logs contain a record of all inbound HTTP client requests.

NameTypeDefaultDescription
idstringA unique configuration ID.
enabledbooleantrueEnable access logging.
filePathPath to a file${server.output.dir}/logs/http_access.logDirectory path and name of the access log file. Standard variable substitutions, such as ${server.output.dir}, can be used when specifying the directory path.
logFormatstring%h %u %{t}W "%r" %s %bSpecifies the log format that is used when logging client access information.
maxFileSizeint
Min: 0
20Maximum size of a log file, in megabytes, before being rolled over; a value of 0 means no limit.
maxFilesint
Min: 0
2Maximum number of log files that will be kept, before the oldest file is removed; a value of 0 means no limit.