summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2017-01-22 14:36:55 -0600
committerPatrick Williams <patrick@stwcx.xyz>2017-02-09 11:48:37 +0000
commit06e5b23a3671f44c04c7f7cce83def5ff68c86b9 (patch)
tree4ce98550ee47424198b1a107c6e0e0c3ae85e14f /xyz/openbmc_project
parent243cd14fec622459822dc4e62b367ebe1a3a09c8 (diff)
downloadphosphor-dbus-interfaces-06e5b23a3671f44c04c7f7cce83def5ff68c86b9.tar.gz
phosphor-dbus-interfaces-06e5b23a3671f44c04c7f7cce83def5ff68c86b9.zip
Logging: Entry: Add timestamp property
Add to each error event entry the time when it was committed in milliseconds since 1970. Change-Id: I702b0ca836f8c525b6cb09856ec26350e3ac9773 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Diffstat (limited to 'xyz/openbmc_project')
-rwxr-xr-xxyz/openbmc_project/Logging/Entry.interface.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Logging/Entry.interface.yaml b/xyz/openbmc_project/Logging/Entry.interface.yaml
index 67baa7a..e4758e9 100755
--- a/xyz/openbmc_project/Logging/Entry.interface.yaml
+++ b/xyz/openbmc_project/Logging/Entry.interface.yaml
@@ -10,6 +10,10 @@ properties:
type: uint32
description: >
The error event entry id number.
+ - name: Timestamp
+ type: uint64
+ description: >
+ Commit timestamp of the error event entry in milliseconds since 1970.
- name: Severity
type: enum[self.Level]
description: >
OpenPOWER on IntegriCloud