From 4ff76e13c46f18894c2be72ad8b633001aedd582 Mon Sep 17 00:00:00 2001 From: Romain Date: Tue, 11 Mar 2025 15:32:04 +0100 Subject: [PATCH] Remove documentation for OriginStatusLine and DownstreamStatusLine accessLogs fields --- docs/content/observability/access-logs.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/content/observability/access-logs.md b/docs/content/observability/access-logs.md index 52e781319..fdac4550e 100644 --- a/docs/content/observability/access-logs.md +++ b/docs/content/observability/access-logs.md @@ -236,9 +236,7 @@ accessLog: | `OriginDuration` | The time taken (in nanoseconds) by the origin server ('upstream') to return its response. | | `OriginContentSize` | The content length specified by the origin server, or 0 if unspecified. | | `OriginStatus` | The HTTP status code returned by the origin server. If the request was handled by this Traefik instance (e.g. with a redirect), then this value will be absent (0). | - | `OriginStatusLine` | `OriginStatus` + Status code explanation | | `DownstreamStatus` | The HTTP status code returned to the client. | - | `DownstreamStatusLine` | `DownstreamStatus` + Status code explanation | | `DownstreamContentSize` | The number of bytes in the response entity returned to the client. This is in addition to the "Content-Length" header, which may be present in the origin response. | | `RequestCount` | The number of requests received since the Traefik instance started. | | `GzipRatio` | The response body compression ratio achieved. |