Add config parameter to enable/disable Syslog

This commit is contained in:
Frederic Guillot
2015-10-02 22:14:01 -04:00
parent 216ec2f01f
commit 4a26dffaaf
5 changed files with 22 additions and 4 deletions

View File

@@ -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
---------------------