Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit ccaf265

Browse files
authored
fix: remove initialization of logger classes which is conflicting with slf4j (#1733)
1 parent 5a575b8 commit ccaf265

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gax-grpc/src/main/resources/META-INF/native-image/com.google.api/gax-grpc/native-image.properties

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ Args = --initialize-at-run-time=io.grpc.netty.shaded.io.netty.handler.ssl.OpenSs
33
io.grpc.netty.shaded.io.netty.internal.tcnative.CertificateVerifier,\
44
io.grpc.netty.shaded.io.netty.internal.tcnative.SSLPrivateKeyMethod,\
55
io.grpc.netty.shaded.io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod,\
6-
io.grpc.netty.shaded.io.netty.util.internal.logging.Slf4JLoggerFactory,\
7-
io.grpc.netty.shaded.io.netty.util.internal.logging.Log4JLogger,\
86
io.grpc.netty.shaded.io.grpc.netty,\
97
io.grpc.netty.shaded.io.netty.channel.epoll,\
108
io.grpc.netty.shaded.io.netty.channel.unix,\

0 commit comments

Comments
 (0)