summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-03-21 18:20:36 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-03-21 18:20:36 +0100
commit1a35e2271d3b9383e882371d37d5fef16abd745d (patch)
tree00744058d6a6b381100e89e3e4a08176bd22ca53 /data
parentdfe781c30b2e189d4ba679e70a75d03f261c695c (diff)
SimplePie option to restaure syslog of HTTP requests
https://github.com/FreshRSS/FreshRSS/issues/711
Diffstat (limited to 'data')
-rw-r--r--data/config.default.php1
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,