nio_uring
nio_uring copied to clipboard
Remove printStackTrace
https://github.com/bbeaupain/nio_uring/blob/d2dd6b8a7fd2d6227683b617a47a235e8975f9b7/src/main/java/sh/blake/niouring/util/NativeLibraryLoader.java#L36
Removing printStackTrace would be idea.
Suggested alternatives:
- Add a system property guard to only print the stacktrace if a debug flag is enabled
Example:
-DniouringDebug=true
- Log warn using JDK built-in JUL logger (usually that logger gets remapped to log4j or logback anyway)