valepakh commented on code in PR #1710:
URL: https://github.com/apache/ignite-3/pull/1710#discussion_r1116007326


##########
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:
   I guess you're right. I can use similar map from path to logger here as in 
the client factory.



-- 
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]

Reply via email to