Configuration properties for the NCSA access logs

Enable NCSA Access Log (ncsa.access.log.writer.enable)

Enable/disable writing of the NCSA access log. This flag enables the overalll NCSA request log writer.

Default: true

Enable NCSA File Access Log (ncsa.access.log.enable)

Enable/disable the NCSA file-based access log. This flag enables the writing of an access log file in the log folder.

Default: false

Enable Extended Log Format (ncsa.access.log.extended)

Enable/disable the extended log format.

Default: false

NCSA Access Log Filename (ncsa.access.log.filename)

The filename to use for the NCSA access log. The filename should include the string 'yyyy_mm_dd', which is replaced with the actual date when creating and rolling over the file.

Default: log/access_yyyy_mm_dd.log

NCSA Access Log Retention (ncsa.access.log.retainDays)

The number of days to retain log files for the NCSA access log.

Default: 30

NCSA Access Log Append (ncsa.access.log.append)

Control whether to append or overwrite log files for the NCSA access log.

Default: true

NCSA Access Log Latency (ncsa.access.log.logLatency)

Show the request processing time in the NCSA access log.

Default: true