Merge pull request #9092 from nextcloud/backport/9066/stable24

[stable24] Add a section regarding the workflow log
This commit is contained in:
tflidd 2022-07-18 09:29:30 +02:00 committed by GitHub
commit 4461cbc87c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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