diff options
| author | 2015-05-10 00:14:41 +0200 | |
|---|---|---|
| committer | 2015-05-10 00:14:41 +0200 | |
| commit | f3aef1e59b872b2e8378c2852b1a5307706ed897 (patch) | |
| tree | c0a6fa84ffc12248ee92af6cd75e9c768faea4b7 /data/config.default.php | |
| parent | a7bc54bb996a87a66127101be548d181dc8dd935 (diff) | |
| parent | e0f9621f4075c486e1568c5cb8e4d690b4c8c57c (diff) | |
Merge branch 'Alkarex/Logging'
https://github.com/FreshRSS/FreshRSS/pull/815
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, |
