summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Logging/Internal/Manager.interface.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'xyz/openbmc_project/Logging/Internal/Manager.interface.yaml')
-rw-r--r--xyz/openbmc_project/Logging/Internal/Manager.interface.yaml22
1 files changed, 21 insertions, 1 deletions
diff --git a/xyz/openbmc_project/Logging/Internal/Manager.interface.yaml b/xyz/openbmc_project/Logging/Internal/Manager.interface.yaml
index 97ed3c9..4c1c8ce 100644
--- a/xyz/openbmc_project/Logging/Internal/Manager.interface.yaml
+++ b/xyz/openbmc_project/Logging/Internal/Manager.interface.yaml
@@ -6,7 +6,8 @@ methods:
- name: Commit
description: >
Write the requested error/event entry with its associated metadata
- fields to flash.
+ fields to flash. The "level" of the committed error log is same as the
+ level defined in error YAML definitions.
parameters:
- name: transactionId
type: uint64
@@ -17,3 +18,22 @@ methods:
description: >
The error exception message associated with the error
event log to be committed.
+ - name: CommitWithLvl
+ description: >
+ Write the requested error/event entry with its associated metadata
+ fields to flash. This interface allows the caller to override the
+ error level specified in the error YAML definition.
+ parameters:
+ - name: transactionId
+ type: uint64
+ description: >
+ The unique identifier of the journal entry(ies) to be committed.
+ - name: errMsg
+ type: string
+ description: >
+ The error exception message associated with the error
+ event log to be committed.
+ - name: errLvl
+ type: uint32
+ description: >
+ The error level/severity indicator.
OpenPOWER on IntegriCloud