summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-07-17 21:06:53 +0300
committerAndrew Dolgov <[email protected]>2017-07-17 21:06:53 +0300
commita6990df3ad80b59f5cf415c11092d3105fc57883 (patch)
tree2920a5ab33c8f1e9a3df5f2d1d4e7f466d67db0f /config.php-dist
parent1b5b1e5fec02c9158ea655dcc933380f4f464c99 (diff)
update description for LOG_DESTINATION
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 38a56f115..7a076d976 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -185,10 +185,12 @@
// 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