diff options
author | Josh <josh.t.richards@gmail.com> | 2024-07-01 13:29:23 -0400 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2024-08-06 21:34:23 +0000 |
commit | a7de510c349e095efa61f2b44c98736c65f6ad26 (patch) | |
tree | bbd503e6d46f5187fe523c22c6b7c4e5dcbbe2c1 | |
parent | 1389863f42ad90be947dd15465744661b25226b4 (diff) | |
download | nextcloud-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.php | 2 |
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`` */ |