GitHub user maxneaga opened a pull request:
https://github.com/apache/atlas/pull/18
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.

You can merge this pull request into a Git repository by running:
$ git pull https://github.com/maxneaga/atlas branch-1.0
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/atlas/pull/18.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #18
----
commit 2fb0b6dfaa00a9714450c260db9f7530c063c434
Author: Maxim Neaga <max@...>
Date: 2018-10-26T23:21:30Z
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.
----
---