Skip to content

Commit b935cfa

Browse files
authored
update logs
1 parent 9d38571 commit b935cfa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vcluster/configure/vcluster-yaml/logging.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ The console format provides human-readable logs with timestamps, log levels, sou
3232
```
3333

3434
### JSON format
35-
The JSON format structures log data for programmatic processing and integration with log management systems. This format is best suited for use cases where external tools monitor and analyze logs for multiple virtual clusters. Log aggregation tools (for example, Elasticsearch or Splunk) can ingest these logs to support automated analysis, alerting, and integration with monitoring platforms (for example, Prometheus and Grafana). Example use cases include:
3635

37-
- Production environments where you monitor multiple virtual clusters and require automatic parsing and processing of logs
36+
The JSON format structures log data for programmatic processing and integration with log management systems. This format is works well for use cases where external tools monitor and analyze logs for multiple virtual clusters. Log aggregation tools (for example, Elasticsearch or Splunk) can ingest these logs to support automated analysis, alerting, and integration with monitoring platforms (for example, Prometheus and Grafana). Example use cases include:
37+
38+
- Production environments where you monitor multiple virtual clusters and require automatic parsing and processing of logs.
3839

3940
```json
4041
{"level":"info","ts":1750160027.442782,"logger":"license","caller":"loader/inject.go:52","msg":"initializing license...","component":"vcluster"}

0 commit comments

Comments
 (0)