Retry Policy Loglevel
When you use temporal retry in a way that a retry is expected and not a error it would be good to be able to set the level for the event.
maybe pass something in the activity options?
Can you explain your use case better? Is it possible that we need to permanently adjust log levels for some messages?
We send a message to a external API to check the status of a object. One status returns a non-retryable error and all other will return a retryable application error.
this way we can poll the api until we get one of the two statuses. We expect it to retry a couple of times each time before the activity completes.
So maybe if we could specify in the Golang application error that it should not log it would be good?