Dont log when polling using activities

I do polling inside activities. I want to somehow control when to log errors so that I dont log errors for specific errors. Is this possible ?

Example:

You mean the worker errors for activity failure right? Don’t think this is possible with default logging in SDK but could look into using custom logging with for exaple zapadapter so suppress certain logs, see sample here.