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
Problem description:
HostAndPort should not include log object, otherwise may cause problem in java agent scenarios
Problem detail:
In java agent scenarios, we may intercept the redis.clients.jedis.Jedis constructor and proccess the initialization event,we may need proccess the HostAndPort object, but this will cause all slf4j loggers begin to init。
if there are some other agent try to intercept the slf4j loggers, they may not take effect as the logger object is already initializated.