From 46bb930a890c5715ed869107fd0a55504b4ce1f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= Date: Tue, 24 May 2022 08:11:00 +0200 Subject: [PATCH] Update firststeps-logging.en.md --- docs/post_installation/firststeps-logging.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/post_installation/firststeps-logging.en.md b/docs/post_installation/firststeps-logging.en.md index cfeb200e6..5f3ac598d 100644 --- a/docs/post_installation/firststeps-logging.en.md +++ b/docs/post_installation/firststeps-logging.en.md @@ -73,7 +73,7 @@ services: # To move local3 input to /var/log/mailcow.log and stop processing, create a file "/etc/rsyslog.d/docker.conf": local3.* /var/log/mailcow.logs -& ~ +& stop # Restart rsyslog afterwards. @@ -107,4 +107,4 @@ For Syslog: } ``` -Restart the Docker daemon and run `docker-compose down && docker-compose up -d` to recreate the containers with the new logging driver. \ No newline at end of file +Restart the Docker daemon and run `docker-compose down && docker-compose up -d` to recreate the containers with the new logging driver.