update description for LOG_DESTINATION
This commit is contained in:
parent
1b5b1e5fec
commit
a6990df3ad
1 changed files with 3 additions and 1 deletions
|
@ -185,10 +185,12 @@
|
||||||
// reset password link on the login form.
|
// reset password link on the login form.
|
||||||
|
|
||||||
define('LOG_DESTINATION', 'sql');
|
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.
|
// you can read in Preferences -> System), syslog - logs to system log.
|
||||||
// Setting this to blank uses PHP logging (usually to http server
|
// Setting this to blank uses PHP logging (usually to http server
|
||||||
// error.log).
|
// error.log).
|
||||||
|
// Note that feed updating daemons don't use this logging facility
|
||||||
|
// for normal output.
|
||||||
|
|
||||||
define('CONFIG_VERSION', 26);
|
define('CONFIG_VERSION', 26);
|
||||||
// Expected config version. Please update this option in config.php
|
// Expected config version. Please update this option in config.php
|
||||||
|
|
Loading…
Reference in a new issue