Skip to content

Commit

Permalink
Setting AWSGlueClientFactory log level to WARN
Browse files Browse the repository at this point in the history
  • Loading branch information
jabeltran committed Jul 4, 2023
1 parent 2d85d88 commit 976cb89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.11.2] - 2023-07-04
### Changed
- Setting AWSGlueClientFactory log level to `WARN` because it spams this [log](https://github.com/awslabs/aws-glue-data-catalog-client-for-apache-hive-metastore/blob/branch-3.4.0/aws-glue-datacatalog-client-common/src/main/java/com/amazonaws/glue/catalog/metastore/AWSGlueClientFactory.java#L57) every ~200ms. It could be creating unnecessary Glue clients.

## [3.11.1] - 2023-05-31
### Fixed
- Clean up delegation-token set for Kerberos in thread-local.
Expand Down
1 change: 1 addition & 0 deletions waggle-dance/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<Loggers>
<Logger name="com.hotels.bdp.waggledance" level="debug"/>
<Logger name="com.hotels.bdp.waggledance.server.invocation-log" level="info"/>
<Logger name="com.amazonaws.glue.catalog.metastore.AWSGlueClientFactory" level="warn"/>
<Root level="info">
<AppenderRef ref="STDOUT"/>
</Root>
Expand Down

0 comments on commit 976cb89

Please sign in to comment.