atlas
atlas copied to clipboard
Fixing logging of exceptions, other than NotificationException
Currently, exceptions such as "Failed to construct kafka producer"
are not logged, because they are an instance of KafkaException.
This fix makes sure we log these exceptions as well.