Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj-ed <juergen@eisfair.org>2017-09-13 22:23:23 +0300
committerGitHub <noreply@github.com>2017-09-13 22:23:23 +0300
commit2ada3d87dd567b3a44a9686df8a4552cc76f422c (patch)
tree368a64e34952d88fbbac0fcdc554fa2bd083acf2 /README.md
parent211c02ea594444b40d0c18706a2449a4fe0101fe (diff)
fixed path information for log files
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 753b5d061..c43456521 100644
--- a/README.md
+++ b/README.md
@@ -119,7 +119,7 @@ DROP TABLE oc_mail_attachments;
Certain advanced or experimental features need to be specifically enabled in your `config.php`:
### Debug mode
-You can enable IMAP and SMTP backend logging. A horde_imap.log for IMAP and horde_smtp.log for SMTP will appear in the same directory as your nextcloud.log.
+You can enable IMAP and SMTP backend logging. A horde_imap.log for IMAP and horde_smtp.log for SMTP will appear in the data directory of your Nextcloud installation.
#### IMAP logging
```php
'app.mail.imaplog.enabled' => true