Comment 1 for bug 1673249

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/445631
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=4f7fc8435f9340aae293bdcfef99201956ec2838
Submitter: Jenkins
Branch: master

commit 4f7fc8435f9340aae293bdcfef99201956ec2838
Author: Ihar Hrachyshka <email address hidden>
Date: Wed Mar 8 04:05:18 2017 +0000

    Stop spilling tracebacks during normal operation

    Yes, they are innocent; yes, we log them with DEBUG level. But they
    scare people, they make people judge the software, they are bad PR, and
    they are probably redundant, string representation of the exception
    should be enough. If there is an issue that will result in retry
    attempts used without remedy, only then we should spill tracebacks and
    scare users.

    Guidelines: https://specs.openstack.org/openstack/openstack-specs/specs/log-guidelines.html#stacktraces-in-logs

    Partial-Bug: #1673249
    Change-Id: I791a52161635da64b1840c01ee6cf56a51bc7400