temporalio/samples-php

Remove "use Workflow.getLogger" comment from SagaWorkflow example

paulermo opened this issue · 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.