abhiramaab commented on code in PR #8343:
URL: https://github.com/apache/hop/pull/8343#discussion_r3999895112


##########
engine/src/main/java/org/apache/hop/core/HopEnvironment.java:
##########
@@ -246,4 +248,28 @@ public static void reset() {
     HopClientEnvironment.reset();
     initialized.set(null);
   }
+
+  /**
+   * Silence noisy third-party loggers (such as Apache HttpClient 5 wire 
logging) by defaulting
+   * their level to INFO if not explicitly configured, preventing verbose byte 
dumping to console
+   * while preserving intentional debug flags. (Fixes #8340)

Review Comment:
   - Cleaned up the Javadoc to focus on the intent without ticket narration.
   - Catching `LinkageError | Exception` without making assumptions about 
failure modes.



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