We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7557631 commit 50cff16Copy full SHA for 50cff16
apiml-utility/src/main/java/org/zowe/apiml/product/logging/ApimlDependencyLogHider.java
@@ -42,7 +42,10 @@ public class ApimlDependencyLogHider extends TurboFilter {
42
"The Hystrix timeout",
43
".*Error during filtering.*Token is not valid.*",
44
".*Endpoint ID .* contains invalid characters.*",
45
- "org.zowe.apiml.gateway.error.NotFound");
+ "org.zowe.apiml.gateway.error.NotFound",
46
+ "Weak cipher suite", // https://github.com/zowe/api-layer/issues/1663
47
+ "HV000001: Hibernate Validator",
48
+ "You already have RibbonLoadBalancerClient on your classpath.*"); // Known fact, fix in Zowe V2
49
50
private boolean isFilterActive;
51
0 commit comments