summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-19 09:45:43 +0400
committerAndrew Dolgov <[email protected]>2013-04-19 09:45:43 +0400
commitb367c951b990b38677e67f1a1756cd4d1eaee50b (patch)
treeadd34051f1c8425df7ddcbfefd7531bdff5ab891 /config.php-dist
parentf1c6dd7e90d43b36417b33907ffe96b56b95f27c (diff)
make logging configurable; add logging to syslog
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index 7cb9d9397..1c356a9ae 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -192,6 +192,12 @@
// authentication plugin here (auth_*).
// Users may enable other user plugins from Preferences/Plugins but may not
// disable plugins specified in this list.
+
+ define('LOG_DESTINATION', 'sql');
+ // 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).
define('CONFIG_VERSION', 26);
// Expected config version. Please update this option in config.php