]> git.wh0rd.org - tt-rss.git/commitdiff
update description for LOG_DESTINATION
authorAndrew Dolgov <noreply@fakecake.org>
Mon, 17 Jul 2017 18:06:53 +0000 (21:06 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Mon, 17 Jul 2017 18:06:53 +0000 (21:06 +0300)
config.php-dist

index 38a56f115a431aa7a70ff35addd0eb3d386d668c..7a076d97693c3b8d125b42536b61d335ffe90bf5 100644 (file)
        // reset password link on the login form.
        
        define('LOG_DESTINATION', 'sql');
-       // Log destination to use. Possible values: sql (uses internal logging
+       // Error log destination to use. Possible values: sql (uses internal logging
        // you can read in Preferences -> System), syslog - logs to system log.
        // Setting this to blank uses PHP logging (usually to http server 
        // error.log).
+       // Note that feed updating daemons don't use this logging facility
+       // for normal output.
 
        define('CONFIG_VERSION', 26);
        // Expected config version. Please update this option in config.php