Skip to content

Commit 73abefc

Browse files
Merge pull request #210035 from tomkerkhove/patch-4
fix: Default for telemetry.logs.local is none
2 parents 0d3d50d + d963e3c commit 73abefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/how-to-configure-local-metrics-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ The self-hosted gateway also supports a number of protocols including `localsysl
212212
| Field | Default | Description |
213213
| ------------- | ------------- | ------------- |
214214
| telemetry.logs.std | `text` | Enables logging to standard streams. Value can be `none`, `text`, `json` |
215-
| telemetry.logs.local | `auto` | Enables local logging. Value can be `none`, `auto`, `localsyslog`, `rfc5424`, `journal`, `json` |
215+
| telemetry.logs.local | `none` | Enables local logging. Value can be `none`, `auto`, `localsyslog`, `rfc5424`, `journal`, `json` |
216216
| telemetry.logs.local.localsyslog.endpoint | n/a | Specifies localsyslog endpoint. |
217217
| telemetry.logs.local.localsyslog.facility | n/a | Specifies localsyslog [facility code](https://en.wikipedia.org/wiki/Syslog#Facility). e.g., `7`
218218
| telemetry.logs.local.rfc5424.endpoint | n/a | Specifies rfc5424 endpoint. |

0 commit comments

Comments
 (0)