Search before asking
Description
the task log path :
/logs/definition-code_definition_version/processInstanceId/taskInstanceId.log
Every task would create a new directory at least.
It would cost too much if there are lots of task instances.
We can set the log path to
'/logs/YYYYMMDD/defintion-code_defintion_version-processInstanceId-taskInstanceId.log'
to reduce the task running time.
Use case
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct