How to reduce temporal java/kotlin activity retry log

My workflow is handling a lot of activity retry since it’s time polling logic.
I’m getting too much logs like which is WARN level.

Activity failure. ActivityId=xxxx, activityType=xxxx, attempt=1

Tried

  level:
    io.temporal.internal.activity.ActivityTaskExecutors: ERROR

But it’s not working.
Is there any way i can silence those warn log?

Which logger do you use?