summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
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