You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show how to attach a filter to activity.logger and have it filter out the error warnings that usually appear for failed activities if, say, the exception is of a certain type.
Describe the solution you'd like
Show how to attach a filter to
activity.loggerand have it filter out the error warnings that usually appear for failed activities if, say, the exception is of a certain type.