summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/config.markdown9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/config.markdown b/doc/config.markdown
index 59302b4d..2cbd89e4 100644
--- a/doc/config.markdown
+++ b/doc/config.markdown
@@ -223,6 +223,15 @@ define('ENABLE_HSTS', true);
define('ENABLE_XFRAME', true);
```
+Logging
+-------
+
+```php
+// Enable syslog logging
+// Set to false to disable syslog
+define('ENABLE_SYSLOG', true);
+```
+
Bruteforce protection
---------------------