Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hide DnsServerAddressStreamProviders Messages During Native Build
When building a native executable on macOS, the following message is printed during analysis: [11:59:56,705 WARN [io.net.res.dns.DnsServerAddressStreamProviders] Cannot find io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider in the classpath, falling back to system defaults. This may result in incorrect DNS resolutions on macOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos' This commit suppresses this unnecessary message by modifying the DisableLoggingFeature to set the logger level for this message to SEVERE.
- Loading branch information