Skip to content

Commit

Permalink
Adding logging to debug an issue with notification_configuration in s3
Browse files Browse the repository at this point in the history
  • Loading branch information
kavinnd committed Jul 15, 2021
1 parent 8a9c5ce commit 92b8ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kingpin/actors/aws/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@ def _compare_notification_configuration(self):

self.log.info('Bucket Notification Configuration differs:')
self.log.info(new)
self.log(exist)
self.log.info(exist)
for line in diff.split('\n'):
self.log.info('Diff: %s' % line)

Expand Down

0 comments on commit 92b8ea1

Please sign in to comment.