From a7de510c349e095efa61f2b44c98736c65f6ad26 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 1 Jul 2024 13:29:23 -0400 Subject: [PATCH] fix(config) : Clarity smtp debugging config option usage Requires temporary `loglevel` adjustment "99%" (made up statistic) of the time as currently implemented. Signed-off-by: Josh --- config/config.sample.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/config.sample.php b/config/config.sample.php index 30bc5ef4f188b..c13965e8e9247 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -470,6 +470,8 @@ /** * Enable SMTP class debugging. + * NOTE: ``loglevel`` will likely need to be adjusted too. See docs: + * https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/email_configuration.html#enabling-debug-mode * * Defaults to ``false`` */