Skip to content

Commit

Permalink
Merge pull request #62 from yegortokmakov/patch-1
Browse files Browse the repository at this point in the history
Unnecessary configuration logging
  • Loading branch information
pierre authored Sep 29, 2024
2 parents 411f576 + 550df2e commit 488471a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public EmailNotificationConfigurationHandler(final String region,

@Override
protected EmailNotificationConfiguration createConfigurable(final Properties properties) {
logger.info("New properties for region {}: {}", region, properties);
try {
return new EmailNotificationConfiguration(properties);
} catch (final Exception e) {
Expand Down

0 comments on commit 488471a

Please sign in to comment.