Comment 27 for bug 1585160

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-web (stable/6.1)

Reviewed: https://review.openstack.org/336035
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=dfb0766b596a3a92eedf197695187744c8730ade
Submitter: Jenkins
Branch: stable/6.1

commit dfb0766b596a3a92eedf197695187744c8730ade
Author: Georgy Kibardin <email address hidden>
Date: Thu Mar 24 14:42:48 2016 +0300

    Do not print unhandled exception if in production

    This change removes the printing of unhandled exceptions when not in
    development mode. We should never return the unhandled exception
    information when not in development mode.

    Logging nailgun exceptions
    Now there is a special "processor" devoted to this

    Change-Id: I820f5682d0fac292722a9f205965516771333a4d
    Closes-Bug: #1585160
    (cherry picked from commit ffcc5b59e9dab0abb49173d2c43e092e26b20a37)