dapr / go-sdk

Dapr SDK for go
Apache License 2.0
442 stars 170 forks source link

Workflows - Enable custom logger #499

Open mikeee opened 7 months ago

mikeee commented 7 months ago

Is your feature request related to a problem? Please describe.

The logger is currently a default implementation from the durabletask-go library. This would be a breaking change that should be a P0 ideally in the next release that allows for a user-specified logger.

Context: https://github.com/dapr/go-sdk/pull/487/files/2caa353577990d4689512c2fa52e3dbefe96b37b#r1459658838

Describe the solution you'd like

Describe alternatives you've considered

Additional context