From f14ea99943581fad2d8a5d4728dd17f8897a31cb Mon Sep 17 00:00:00 2001 From: Jay Pipes Date: Sat, 6 Jul 2019 05:30:36 -0400 Subject: [PATCH] fix old link to logging devel docs (#15270) Development docs for logging have moved to sig-instrumentation. --- content/en/docs/concepts/cluster-administration/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/cluster-administration/logging.md b/content/en/docs/concepts/cluster-administration/logging.md index 440cb842d1..19ea9aee0b 100644 --- a/content/en/docs/concepts/cluster-administration/logging.md +++ b/content/en/docs/concepts/cluster-administration/logging.md @@ -105,7 +105,7 @@ systemd is not present, they write to `.log` files in the `/var/log` directory. System components inside containers always write to the `/var/log` directory, bypassing the default logging mechanism. They use the [klog][klog] logging library. You can find the conventions for logging severity for those -components in the [development docs on logging](https://git.k8s.io/community/contributors/devel/logging.md). +components in the [development docs on logging](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/logging.md). Similarly to the container logs, system component logs in the `/var/log` directory should be rotated. In Kubernetes clusters brought up by