From fe173de068ddcd83654d82b5c0aa11d60a3fe343 Mon Sep 17 00:00:00 2001 From: Vageesha17 <47109150+Vageesha17@users.noreply.github.com> Date: Mon, 15 Apr 2019 06:56:00 +0530 Subject: [PATCH] removing broken hyperlink (#13764) removed hyperlink from "An example" in the statement An example of this approach is a small container running logrotate periodically. However, it's recommended to use stdout and stderr directly and leave rotation and retention policies to the kubelet. This fix is for issue #13656 --- 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 67fa8a5699..440cb842d1 100644 --- a/content/en/docs/concepts/cluster-administration/logging.md +++ b/content/en/docs/concepts/cluster-administration/logging.md @@ -209,7 +209,7 @@ an application that writes to a single file, it's generally better to set container approach. Sidecar containers can also be used to rotate log files that cannot be -rotated by the application itself. [An example](https://github.com/samsung-cnct/logrotate) +rotated by the application itself. An example of this approach is a small container running logrotate periodically. However, it's recommended to use `stdout` and `stderr` directly and leave rotation and retention policies to the kubelet.