From 3cb3e404c2b1b322d0154f4bfaf2c11cdc906525 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Feb 2026 06:17:58 +0000 Subject: [PATCH 1/2] Initial plan From 570dbcfc7de27e6ab5dec0f2efeb58f27d22c548 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Feb 2026 06:19:43 +0000 Subject: [PATCH 2/2] fix: remove $apisix_request_id from stream access_log_format and bump chart version to 0.2.53 Co-authored-by: SkyeYoung <48400568+SkyeYoung@users.noreply.github.com> --- charts/gateway/Chart.yaml | 2 +- charts/gateway/README.md | 4 ++-- charts/gateway/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/gateway/Chart.yaml b/charts/gateway/Chart.yaml index 9848192..ee218c2 100644 --- a/charts/gateway/Chart.yaml +++ b/charts/gateway/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.52 +version: 0.2.53 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/gateway/README.md b/charts/gateway/README.md index 3a4ac32..725c0fa 100644 --- a/charts/gateway/README.md +++ b/charts/gateway/README.md @@ -211,9 +211,9 @@ The command removes all the Kubernetes components associated with the chart and | logs.enableAccessLog | bool | `true` | Enable access log or not, default true | | logs.errorLog | string | `"/dev/stderr"` | Error log path | | logs.errorLogLevel | string | `"warn"` | Error log level, Allowed values: `debug`, `info`, `notice`, `warn`, `error`, `crit`, `alert`, `or` `emerg` | -| logs.stream | object | `{"accessLog":"logs/access_stream.log","accessLogFormat":"$remote_addr [$time_local] $protocol $status $bytes_sent $bytes_received $session_time $apisix_request_id","accessLogFormatEscape":"default","enableAccessLog":false}` | Stream access log and error log configuration | +| logs.stream | object | `{"accessLog":"logs/access_stream.log","accessLogFormat":"$remote_addr [$time_local] $protocol $status $bytes_sent $bytes_received $session_time","accessLogFormatEscape":"default","enableAccessLog":false}` | Stream access log and error log configuration | | logs.stream.accessLog | string | `"logs/access_stream.log"` | Stream access log path | -| logs.stream.accessLogFormat | string | `"$remote_addr [$time_local] $protocol $status $bytes_sent $bytes_received $session_time $apisix_request_id"` | Stream access log format | +| logs.stream.accessLogFormat | string | `"$remote_addr [$time_local] $protocol $status $bytes_sent $bytes_received $session_time"` | Stream access log format | | logs.stream.accessLogFormatEscape | string | `"default"` | Allows setting json or default characters escaping in variables for stream | | logs.stream.enableAccessLog | bool | `false` | Enable stream access log or not, default false | | nameOverride | string | `""` | | diff --git a/charts/gateway/values.yaml b/charts/gateway/values.yaml index 524ba94..08ad251 100644 --- a/charts/gateway/values.yaml +++ b/charts/gateway/values.yaml @@ -529,7 +529,7 @@ logs: # -- Stream access log path accessLog: "logs/access_stream.log" # -- Stream access log format - accessLogFormat: '$remote_addr [$time_local] $protocol $status $bytes_sent $bytes_received $session_time $apisix_request_id' + accessLogFormat: '$remote_addr [$time_local] $protocol $status $bytes_sent $bytes_received $session_time' # -- Allows setting json or default characters escaping in variables for stream accessLogFormatEscape: default