From da9ff8b0138ac7dc49eea9d7efa1b3eb40431c3f Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 23 Apr 2024 02:53:22 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 80790f4994c..e6418664f8c 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -232,6 +232,18 @@ dbreplica Specify read only replicas to be used by Nextcloud when querying the database +db.log_request_id +^^^^^^^^^^^^^^^^^ + + +:: + + 'db.log_request_id' => false, + +Add request id to the database query in a comment. + +This can be enabled to assist in mapping database logs to Nextcloud logs. + installed ^^^^^^^^^