summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-10-02 22:14:01 -0400
committerFrederic Guillot <fred@kanboard.net>2015-10-02 22:14:01 -0400
commit4a26dffaaf9103bc3615c338d235285338d38d6b (patch)
tree7c1d17ace1f51bc454934e981049b87f1581eb53 /doc
parent216ec2f01f87832f5a9c6b72b2d1656b02412318 (diff)
Add config parameter to enable/disable Syslog
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
---------------------