Skip to content

Commit 139d88c

Browse files
committed
docs: Add logging infrastructure guide for Kubernetes deployments
- Add comprehensive logging infrastructure documentation covering standard and audit logs - Document log format specifications with field definitions - Include configuration examples for operator and MCPServer resources - Add log collection strategies and enterprise tool integration (ELK, Splunk, Datadog) - Update sidebar navigation to include the new guide - Add contextual reference from deploy-operator-helm.md Addresses: stacklok/toolhive-platform#39
1 parent 3b59e6e commit 139d88c

File tree

3 files changed

+792
-1
lines changed

3 files changed

+792
-1
lines changed

docs/toolhive/guides-k8s/deploy-operator-helm.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ kubectl logs -f -n toolhive-system <TOOLHIVE_OPERATOR_POD_NAME>
7070
```
7171

7272
This shows you the logs of the operator pod, which can help you debug any
73-
issues.
73+
issues. For comprehensive logging and audit capabilities, see the
74+
[Logging infrastructure](./logging-infrastructure.md) guide.
7475

7576
## Customize the operator
7677

0 commit comments

Comments
 (0)