diff options
author | Josh <josh.t.richards@gmail.com> | 2024-07-01 13:29:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-01 13:29:23 -0400 |
commit | 8e00fcb1c8ec1ee68520a49508d3df4ee2b6d7f1 (patch) | |
tree | aaf9e83aac4487fc38b0bd84dbff16f4d4199b0b /config | |
parent | 5270ffc3a5ad590c780d792cc004fdd00c366233 (diff) | |
download | nextcloud-server-8e00fcb1c8ec1ee68520a49508d3df4ee2b6d7f1.tar.gz nextcloud-server-8e00fcb1c8ec1ee68520a49508d3df4ee2b6d7f1.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>
Diffstat (limited to 'config')
-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 77fd2490a14..ce242ce362e 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -493,6 +493,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`` */ |