From b09f9b6dc3e4c0e20171a241c4157295e70c4ee3 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 21 Jul 2023 02:43:32 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 5978d45d3..54e480ee3 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1499,6 +1499,21 @@ Supported conditions: Defaults to an empty array. +log.backtrace +^^^^^^^^^^^^^ + + +:: + + 'log.backtrace' => false, + +Enables logging a backtrace with each log line. Normally, only Exceptions +are carrying backtrace information which are logged automatically. This +switch turns them on for any log message. Enabling this option will lead +to increased log data size. + +Defaults to ``false``. + logdateformat ^^^^^^^^^^^^^