Skip to content

Commit

Permalink
Enable logging of Hive configuration properties
Browse files Browse the repository at this point in the history
  • Loading branch information
denodo-research-labs committed Oct 28, 2024
1 parent 5ed9da1 commit 19c3f84
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ public Connector create(String catalogName, Map<String, String> config, Connecto
Injector injector = app
.doNotInitializeLogging()
.setRequiredConfigurationProperties(config)
.quiet()
.initialize();

LifeCycleManager lifeCycleManager = injector.getInstance(LifeCycleManager.class);
Expand Down

0 comments on commit 19c3f84

Please sign in to comment.