Add a section regarding the workflow log

Include the information as per https://github.com/nextcloud/server/issues/20100

Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch>
This commit is contained in:
Martin Rüegg 2022-07-08 12:13:42 +02:00 committed by backportbot-nextcloud[bot]
parent 0bb583e26f
commit 5c9cd91355

View File

@ -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
-------------------