From 8b56486d2cdc4ab1c6ba5ca9070cff2cc047ddd8 Mon Sep 17 00:00:00 2001 From: Rico Chiu Date: Wed, 17 Apr 2024 20:54:47 -0700 Subject: [PATCH] Remove noisy logging in InstanceMetadataServiceResourceFetcher --- conf/log4j.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/log4j.properties b/conf/log4j.properties index 5140e0e62f7a..cca309601183 100644 --- a/conf/log4j.properties +++ b/conf/log4j.properties @@ -198,6 +198,7 @@ log4j.appender.FUSE_LOGGER.layout=org.apache.log4j.PatternLayout log4j.appender.FUSE_LOGGER.layout.ConversionPattern=%d{ISO8601} %-5p [%t](%F:%L) - %m%n # Disable noisy DEBUG logs +log4j.logger.com.amazonaws.internal.InstanceMetadataServiceResourceFetcher=OFF log4j.logger.com.amazonaws.util.EC2MetadataUtils=OFF log4j.logger.io.grpc.netty.NettyServerHandler=OFF