Skip to content

Commit 032b3f9

Browse files
committed
docs(shgw): Provide docs on telemetry.logs.std.* settings
Signed-off-by: Tom Kerkhove <[email protected]>
1 parent 515db57 commit 032b3f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/api-management/self-hosted-gateway-settings-reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ This article provides a reference for required and optional settings that are us
2727
| neighborhood.heartbeat.port | UDP port used for instances of a self-hosted gateway deployment to send heartbeats to other instances. | No | 4291 |
2828
| policy.rate-limit.sync.port | UDP port used for self-hosted gateway instances to synchronize rate limiting across multiple instances. | No | 4290 |
2929

30-
3130
## Metrics
3231

3332
| Name | Description | Required | Default |
@@ -46,6 +45,8 @@ This article provides a reference for required and optional settings that are us
4645
| Name | Description | Required | Default |
4746
| ------------- | ------------- | ------------- | ----|
4847
| telemetry.logs.std |[Enable logging](how-to-configure-local-metrics-logs.md#logs) to a standard stream. Value is one of the following: `none`, `text`, `json`. | No | `text` |
48+
| telemetry.logs.std.level | Defines the log level of logs sent to standard stream. Value is one of the following: `all`, `debug`, `info`, `warn`, `error` or `fatal`. | No | `info` |
49+
| telemetry.logs.std.color | Indication whether or not colored logs should bue used in standard stream. | No | `true` |
4950
| telemetry.logs.local | [Enable local logging](how-to-configure-local-metrics-logs.md#logs). Value is one of the following: `none`, `auto`, `localsyslog`, `rfc5424`, `journal`, `json` | No | `auto` |
5051
| telemetry.logs.local.localsyslog.endpoint | localsyslog endpoint. | Yes if `telemetry.logs.local` is set to `localsyslog`; otherwise no. | N/A |
5152
| telemetry.logs.local.localsyslog.facility | Specifies localsyslog [facility code](https://en.wikipedia.org/wiki/Syslog#Facility), for example, `7`. | No | N/A |

0 commit comments

Comments
 (0)