Skip to content

Commit b415e19

Browse files
committed
book: document component-base/logs change in migration doc
Signed-off-by: Stefan Büringer buringerst@vmware.com
1 parent 294917f commit b415e19

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/book/src/developer/providers/v1.1-to-v1.2.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ in ClusterAPI are kept in sync with the versions used by `sigs.k8s.io/controller
3131

3232
### Other
3333

34-
-
34+
- Logging:
35+
- To align with the upstream Kubernetes community CAPI now configures logging via `component-base/logs`.
36+
This provides advantages like support for the JSON logging format (via `--logging-format=json`) and automatic
37+
deprecation of klog flags aligned to the upstream Kubernetes deprecation period. For more details see [6072](https://github.com/kubernetes-sigs/cluster-api/pull/6072)
38+
**Note**: This change is not mandatory for providers, but highly recommended.

0 commit comments

Comments
 (0)