Skip to content

Commit

Permalink
Merge pull request #14 from Nordstrom/remove-start-logging
Browse files Browse the repository at this point in the history
remove starting configuration logging for LambdaSinkConnector
  • Loading branch information
dylanmei authored Jul 30, 2019
2 parents 7dad8d9 + 0d35503 commit a5bcf0b
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 a5bcf0b

Please sign in to comment.