How to exclude from logs expected Activity errors?

I am heavily using temporal activity retry policies to sync eventually consistent data. Exponential backoff works perfectly for my case but i have too many expected Activity errors because of retries.
Is it possible to exclude expected Activity errors from logs in temporal go-sdk?

Default SDK logger is not customizable for Go SDK.

Should be able to do it with a custom logger, take a look at samples-go/zapadapter at main · temporalio/samples-go · GitHub