commit | 7aafb12ea6d143a694080733b2f65216c8c9c892 | [log] [tgz] |
---|---|---|
author | Nagaraju Goruganti <ngorugan@in.ibm.com> | Fri Oct 06 04:08:55 2017 -0500 |
committer | Deepak Kodihalli <dkodihal@in.ibm.com> | Fri Nov 03 12:08:25 2017 +0000 |
tree | 3f69fdbb1b972dd26d78d5a8cc1fccb71660c31a | |
parent | deae3cac49b8c3312751017d36abe35e4cf7cfa1 [diff] |
Add Readme file Change-Id: Ibda92d85a2ff789f896587ff00fb659ad8e96d54 Signed-off-by: Nagaraju Goruganti <ngorugan@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\": [] }"