temporalio / samples-php

Temporal PHP SDK samples
Other
88 stars 40 forks source link

Remove "use Workflow.getLogger" comment from SagaWorkflow example #22

Open paulermo opened 2 years ago

paulermo commented 2 years ago

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.