PakhomovAlexander commented on code in PR #1710:
URL: https://github.com/apache/ignite-3/pull/1710#discussion_r1116013632
##########
modules/cli/src/main/java/org/apache/ignite/internal/cli/logger/CliLoggers.java:
##########
@@ -59,6 +61,10 @@ public static IgniteLogger forName(String name) {
return Loggers.forName(name, loggerFactory);
}
+ public static void addApiClient(ApiClient client) {
+ httpLoggers.add(new HttpLogging(client));
Review Comment:
Or just define `hashcode` and `equals` that use URL as a reference.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]