From c5399751f4a438972fdc385255e6569438a59776 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 19 Apr 2016 13:07:04 +0200 Subject: [PATCH] nit --- docs/markdown/common/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/common/logging.md b/docs/markdown/common/logging.md index ebbc48dee3..cbe90284a4 100644 --- a/docs/markdown/common/logging.md +++ b/docs/markdown/common/logging.md @@ -17,7 +17,7 @@ local0.warn -/var/log/pdns.warn local0.err /var/log/pdns.err ``` -Where local0.err would store the really important messages. For performance and disk space reasons, it is advised to audit your `syslog.conf` for statements also logging PowerDNS activities. Many `syslog.conf`s have a '*.*' statement to /var/log/syslog, which you may want to remove. +Where local0.err would store the really important messages. For performance and disk space reasons, it is advised to audit your `syslog.conf` for statements also logging PowerDNS activities. Many `syslog.conf`s have a '\*.\*' statement to /var/log/syslog, which you may want to remove. For performance reasons, be especially certain that no large amounts of synchronous logging take place. Under Linux, this is indicated by file names not starting with a '-' - indicating a synchronous log, which hurts performance. -- 2.47.2