Skip to content

Commit

Permalink
Remove noisy logging in InstanceMetadataServiceResourceFetcher
Browse files Browse the repository at this point in the history
Removes log entries such as `2024-02-13 17:07:02,337 WARN  InstanceMetadataServiceResourceFetcher - Fail to retrieve token` in a similar fashion as #13736
			pr-link: #18580
			change-id: cid-29ce8b283f5905bf3f3e1cab665176dee187e0ff
  • Loading branch information
Xenorith authored and alluxio-bot committed Apr 25, 2024
1 parent c389027 commit b90b8fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b90b8fc

Please sign in to comment.