samples-php icon indicating copy to clipboard operation
samples-php copied to clipboard

Remove "use Workflow.getLogger" comment from SagaWorkflow example

Open paulermo opened this issue 3 years ago • 0 comments

There is a comment in SagaWorkflow example which contradicts SDK code:

In production code please always use Workflow.getLogger to log messages in workflow code.

There is no Workflow::getLogger method.

paulermo avatar Jun 13 '22 13:06 paulermo