Skip to content

Commit

Permalink
[FLINK-34498] GSFileSystemFactory should not log full Flink config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyhunkarimov authored and XComp committed Feb 29, 2024
1 parent 641f4f4 commit 8bb4457
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ public GSFileSystemFactory() {

@Override
public void configure(Configuration flinkConfig) {
LOGGER.info("Configuring GSFileSystemFactory with Flink configuration {}", flinkConfig);

Preconditions.checkNotNull(flinkConfig);

ConfigUtils.ConfigContext configContext = new RuntimeConfigContext();
Expand Down

0 comments on commit 8bb4457

Please sign in to comment.