commit | 8959efcb5881a1970b2057466d0267c563772208 | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Fri Nov 17 00:13:41 2017 -0600 |
committer | Marri Devender Rao <devenrao@in.ibm.com> | Fri Nov 17 06:45:45 2017 -0600 |
tree | ce8855289a0073f9750423e7ba3c48a21ead33c2 | |
parent | 7aafb12ea6d143a694080733b2f65216c8c9c892 [diff] |
Avoid unnecessary call to id() in ::erase Change-Id: I21e0cd5a03ee06db17b8d3ed7b712b3d350b6a5f Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
phosphor logging provides mechanism for common event and logging creation based on information from the journal log.
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`.
curl -c cjar -k -X POST -H "Content-Type: application/json" \ -d '{"data": [ "root", "<root password>" ] }' https://<BMC IP>/login curl -c cjar -b cjar -k -H "Content-Type: application/json" -X POST \ -d '{"data": []}' \ https://<BMC IP>/xyz/openbmc_project/logging/entry/<entry num>/action/Delete
curl -c cjar -k -X POST -H "Content-Type: application/json" \ -d '{"data": [ "root", "<root password>" ] }' https://<<BMC IP>/login curl -c cjar -b cjar -k -H "Content-Type: application/json" \ -X POST https://<<BMC IP>/xyz/openbmc_project/logging/action/deleteAll \ -d "{\"data\": [] }"