GitHub user maxneaga opened a pull request:

    https://github.com/apache/atlas/pull/17

    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.
    
![image](https://user-images.githubusercontent.com/3027370/47596552-f1555780-d93b-11e8-84bd-fde261822082.png)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/maxneaga/atlas master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/atlas/pull/17.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 #17
    
----
commit a34ae7b7a8a0e3c313f8bc6aef55d2117e8c30d3
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.

----


---

Reply via email to