commit | 9b841d0d16e48feea5cb5120b59bcaa0813c8472 | [log] [tgz] |
---|---|---|
author | Artem Senichev <a.senichev@yadro.com> | Wed Jul 15 15:53:01 2020 +0300 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Jul 24 02:50:16 2020 +0000 |
tree | f6b9eeef23a0adae4358f814ada8b1bccb148aa7 | |
parent | a63f4a6f17cd5fa743d2cb7ad4e03f63d8a916aa [diff] |
plugins/hostlogger: Replace dbus call with signal The latest version of the Hostlogger supports multi-host mode, each host is served by a separate service instance. The service instance now uses SIG_USR1 signal to flush collected messages to a file. Tested: Run dreport inside the BMC console, the result dump archive contains host console logs. Change-Id: I2ba926dad79b362d0f4abac50619d7969a4f28f7 Signed-off-by: Artem Senichev <a.senichev@yadro.com> Tested-by: Artem Senichev <a.senichev@yadro.com>
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.