Comment 3 for bug 1450045

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to fuel-plugin-lma-collector (master)

Reviewed: https://review.openstack.org/186343
Committed: https://git.openstack.org/cgit/stackforge/fuel-plugin-lma-collector/commit/?id=d4307937125f8e2f8694df37af22d1d13016da2a
Submitter: Jenkins
Branch: master

commit d4307937125f8e2f8694df37af22d1d13016da2a
Author: Simon Pasquier <email address hidden>
Date: Thu May 28 12:05:40 2015 +0200

    Fix parsing of Pacemaker logs

    This changes fixes the parsing of the Pacemaker logs. Pacemaker logs
    via Syslog (for NOTICE and higher messages) and directly to a file for
    other messages. Unfortunately since all messages end up in the same
    /var/log/pacemaker.log, we need a special decoder that can handle both
    formats.

    Change-Id: I7389b4fd17d8f5e1b14bc17a2edeece579e1f4e7
    Related-Bug: #1450045