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