Skip to content

Commit

Permalink
remove the starting configuration logging for LambdaSinkConnector
Browse files Browse the repository at this point in the history
  • Loading branch information
Chanjun Liu committed Jul 30, 2019
1 parent 670e436 commit 0d35503
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ public List<Map<String, String>> taskConfigs(int maxTasks) {

@Override
public void start(Map<String, String> settings) {
LOGGER.info("starting connector {} with properties {}",
settings.getOrDefault(LambdaSinkConnectorConfig.ConfigurationKeys.NAME_CONFIG.getValue(), ""),
settings);
LOGGER.info("starting connector {}",
settings.getOrDefault(LambdaSinkConnectorConfig.ConfigurationKeys.NAME_CONFIG.getValue(), ""));

this.configuration = new LambdaSinkConnectorConfig(settings);

Expand Down

0 comments on commit 0d35503

Please sign in to comment.