From 250f617cb70f118e6b935e662bb590a483e7a9d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20R=C3=BCegg?= Date: Fri, 8 Jul 2022 12:13:42 +0200 Subject: [PATCH] Add a section regarding the workflow log MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Include the information as per https://github.com/nextcloud/server/issues/20100 Signed-off-by: Martin Rüegg --- .../configuration_server/logging_configuration.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/admin_manual/configuration_server/logging_configuration.rst b/admin_manual/configuration_server/logging_configuration.rst index 2f9818007..42498a942 100644 --- a/admin_manual/configuration_server/logging_configuration.rst +++ b/admin_manual/configuration_server/logging_configuration.rst @@ -159,6 +159,20 @@ Find detailed documentation on auditable events for enterprises in our `customer .. _PHP date function: http://www.php.net/manual/en/function.date.php +Workflow log +------------ + +By default, the workflow log is stored to `flow.log` in the data folder. + +The path of the workflow log can be set as follows: + +:: + + occ config:app:set workflowengine logfile --value=/var/log/nextcloud/flow.log + +Set the value to `/dev/null` to avoid storing the log. + + Temporary overrides -------------------