summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh <josh.t.richards@gmail.com>2024-07-01 13:29:23 -0400
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2024-08-06 21:34:23 +0000
commita7de510c349e095efa61f2b44c98736c65f6ad26 (patch)
treebbd503e6d46f5187fe523c22c6b7c4e5dcbbe2c1
parent1389863f42ad90be947dd15465744661b25226b4 (diff)
downloadnextcloud-server-a7de510c349e095efa61f2b44c98736c65f6ad26.tar.gz
nextcloud-server-a7de510c349e095efa61f2b44c98736c65f6ad26.zip
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 <josh.t.richards@gmail.com>
-rw-r--r--config/config.sample.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 30bc5ef4f18..c13965e8e92 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -470,6 +470,8 @@ $CONFIG = [
/**
* 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``
*/