commit | 4de76fb9f8eb473c432a6faed11513d4133480b8 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Fri Dec 15 09:03:51 2017 -0600 |
committer | Andrew Geissler <geissonator@yahoo.com> | Fri Dec 15 12:48:23 2017 -0600 |
tree | b0980a15e38fa8ae3d60240b20d521a5040bcafc | |
parent | e4b0b77180adc4c2f63e83abbf849f09fd399055 [diff] |
Increase maximum log number from 100 to 200 Utilization of the persistent filesystem in BMC has shown that there is room to double the number of error logs allowed on BMC systems. This increased size will assist in debugging of intermittent issues that occur over time. Change-Id: I81d5ff4ed42822b6a37779b5d190ad405df1a87d Signed-off-by: Andrew Geissler <geissonator@yahoo.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\": [] }"