Comment 5 for bug 1514828

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

Reviewed: https://review.openstack.org/258442
Committed: https://git.openstack.org/cgit/openstack/oslo.log/commit/?id=789a6625980f97a302d6320d864cebb35b405e1c
Submitter: Jenkins
Branch: master

commit 789a6625980f97a302d6320d864cebb35b405e1c
Author: Dmitry Mescheryakov <email address hidden>
Date: Wed Dec 16 14:40:21 2015 +0300

    Format record before passing it to syslog

    That solves two problems:
     * formatting specifed in options logging_context_format_string and
       logging_default_format_string is not applied to log entries
     * exception stack traces are not sent over syslog

    Change-Id: I1154c521014bedb4f88c094007fb612e71dace65
    Closes-Bug: #1526743
    Closes-Bug: #1514828