summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Logging/Internal
Commit message (Collapse)AuthorAgeFilesLines
* Implement ability to override default error levelDeepak Kodihalli2018-04-091-1/+21
| | | | | | | | | | | | | Errors reported by the phosphor-logging app have a default error level, and this level is specified in the error's YAML definition. Enable users of the error's report() API to specify an error level. A user may perceive a different error level for an error scenario, for eg there may be certain host errors (for which we set the level as 'Error') that may just be 'Warnings'. Change-Id: I666a0ddcb099e530c423358a3b1c65f33b0ad01e Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* Manager: Auto-generate the codeAdriana Kobylak2017-02-271-82/+0
| | | | | | | | | | Auto-generate the Manager code during build time using the sdbus++ tool. Closes: openbmc/phosphor-logging#1 Change-Id: Idb66725dc2b3a919981dc1a0acfebfde16c4420f Signed-off-by: Adriana Kobylak <anoo@linux.vnet.ibm.com>
* log_manager: Cleanup main functionAdriana Kobylak2017-01-301-3/+4
| | | | | | | | The design direction changed after the commit that added the log_manager main function, so updating it to the correct usage. Change-Id: I88459fb65ba6b8272f0f9f85b55f9f837487ffea Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* log_manager: Use sdbus++Adriana Kobylak2016-12-081-0/+81
| | | | | Change-Id: Id2ad6a75b6ee3f7226c7cfd274dba24de89f9363 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* YAML for event/error logging interfacesAdriana Kobylak2016-12-021-0/+19
Machine parseable DBus specification for the logging features. The Manager interface implements the Commit method to write entries to flash. Change-Id: Id1e9e2475427a7358acfbe829733977709de05bc Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
OpenPOWER on IntegriCloud