From 38fadf589d0be41b54820ad28b5fe2fe49bceb65 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 2 Jun 2022 17:34:13 +0200 Subject: [PATCH] dnsdist: Document that the "debug" log file is currently not rotated Co-authored-by: Peter van Dijk --- pdns/dnsdistdist/docs/reference/config.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index c703a306fd..2b3f677439 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -1095,6 +1095,8 @@ Status, Statistics and More Set a destination file to write the 'verbose' log messages to, instead of sending them to syslog and/or the standard output which is the default. Note that these messages will no longer be sent to syslog or the standard output once this option has been set. + There is no rotation or file size limit. + Only use this feature for debugging under active operator control. :param str dest: The destination file -- 2.47.2