diff options
| author | 2015-05-10 00:06:27 +0200 | |
|---|---|---|
| committer | 2015-05-10 00:06:27 +0200 | |
| commit | e0f9621f4075c486e1568c5cb8e4d690b4c8c57c (patch) | |
| tree | faca8935a698a8ec2a66d4f895ed018cc5151e67 /data/config.default.php | |
| parent | 71c4c3da5eb78f9146f70e4c1c7690157d6bce63 (diff) | |
| parent | 2bfc4dbf8b19cd2b892526ef65a966ff3bfef718 (diff) | |
Merge pull request #815 from Alkarex/Logging
SimplePie logging of HTTP requests
Diffstat (limited to 'data/config.default.php')
| -rw-r--r-- | data/config.default.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php index 97df3a299..839bd1687 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -12,6 +12,7 @@ return array( 'auth_type' => 'none', 'api_enabled' => false, 'unsafe_autologin_enabled' => false, + 'simplepie_syslog_enabled' => true, 'limits' => array( 'cache_duration' => 800, 'timeout' => 10, |
