diff --git a/en/access-logging.html b/en/access-logging.html index ff5805a3db..977bc7b6b9 100644 --- a/en/access-logging.html +++ b/en/access-logging.html @@ -112,6 +112,16 @@

Configuring Logging

For details on the access logging configuration see accesslog in the container element in services.xml.

+

+Key configuration options include: +

+

Logging Request Content

@@ -186,7 +196,7 @@

Log rotation

Apache httpd style log rotation can be configured by setting the rotationScheme. There's two alternatives for the rotationScheme, sequence and date. - The rotation time is controlled by setting rotationInterval. + Rotation can be triggered by time intervals using rotationInterval and/or by file size using rotationSize.

@@ -241,7 +251,6 @@

Rotation interval

E.g. "0 100 240 480 ..." is expanded to "0 100 240 480 720 960 1200"

-

Log retention

Access logs are rotated, but not deleted by Vespa processes.