fix old link to logging devel docs (#15270)

Development docs for logging have moved to sig-instrumentation.
pull/15320/head
Jay Pipes 2019-07-06 05:30:36 -04:00 committed by Kubernetes Prow Robot
parent 9b431b2ce4
commit f14ea99943
1 changed files with 1 additions and 1 deletions

View File

@ -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