This is an automated email from the ASF dual-hosted git repository.
liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/master by this push:
new 7c61da579 [#3073]PriorityInstancePropertyDiscoveryFilter toString will
invoked even when debug is not enabled (#3274)
7c61da579 is described below
commit 7c61da579c7bdf5088371fd5f2ed86d92de34d2f
Author: liubao68 <[email protected]>
AuthorDate: Wed Aug 10 08:38:39 2022 +0800
[#3073]PriorityInstancePropertyDiscoveryFilter toString will invoked even
when debug is not enabled (#3274)
---
.../loadbalance/filter/PriorityInstancePropertyDiscoveryFilter.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/handlers/handler-loadbalance/src/main/java/org/apache/servicecomb/loadbalance/filter/PriorityInstancePropertyDiscoveryFilter.java
b/handlers/handler-loadbalance/src/main/java/org/apache/servicecomb/loadbalance/filter/PriorityInstancePropertyDiscoveryFilter.java
index 938f1bd16..ea98ca737 100644
---
a/handlers/handler-loadbalance/src/main/java/org/apache/servicecomb/loadbalance/filter/PriorityInstancePropertyDiscoveryFilter.java
+++
b/handlers/handler-loadbalance/src/main/java/org/apache/servicecomb/loadbalance/filter/PriorityInstancePropertyDiscoveryFilter.java
@@ -93,7 +93,7 @@ public class PriorityInstancePropertyDiscoveryFilter extends
AbstractDiscoveryFi
currentProperty = currentProperty.child();
}
}
- LOGGER.debug("Discovery instance filter by {}",
currentProperty.toString());
+ LOGGER.debug("Discovery instance filter by {}", currentProperty);
context.putContextParameter(propertyKey, currentProperty);
// stop push filter stack if property is empty