From 189fae973f1c95fdb9426513e30b79de0e4915c3 Mon Sep 17 00:00:00 2001 From: Alexey Abel Date: Wed, 6 Jun 2018 01:20:50 +0200 Subject: [PATCH] Add troubleshooting --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2f062bc..778e2a4 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,7 @@ Valid ssl modes are `none`, `ssl` and `tls` as described in the [mail app docume ## Security Note that the password is stored with symmetric encryption and can be retreived by the admin. This is the default behaviour of the mail app and unavoidable because it needs to login to the mail server. +## Troubleshooting +Set `'loglevel' => '0',` in Nextcloud's *config/config.php* to enable the app's debug output and check the log file. +