openbmc / phosphor-logging

Libraries for common event and logging creation.
Apache License 2.0
14 stars 33 forks source link

Missing Description , EventID in error logging #18

Open gkeishin opened 5 years ago

gkeishin commented 5 years ago

In latest Master build, noticed following fields Missing

"Description":
"EventID"
{
    "data": {
        "/xyz/openbmc_project/logging/entry/12": {
            "AdditionalData": [
                "CALLOUT_INVENTORY_PATH=/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3",
                "ESEL=00 00 df 00 00 00 00 20 00 04 12 65 6f aa 00 00",
                "_PID=1564"
            ],
            "Id": 12,
            "Message": "org.open_power.Host.Error.Event",
            "Purpose": "xyz.openbmc_project.Software.Version.VersionPurpose.BMC",
            "Resolved": false,
            "Severity": "xyz.openbmc_project.Logging.Entry.Level.Error",
            "Timestamp": 1554282910336,
            "Version": "2.7.0-dev-272-g22235cbeb",
            "associations": [
                [
                    "callout",
                    "fault",
                    "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3"
                ]
            ]
        },
        "/xyz/openbmc_project/logging/entry/12/callout": {
            "endpoints": [
                "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3"
            ]
        }
    },
    "message": "200 OK",
    "status": "ok"
}
spinler commented 5 years ago

Technically this is an "ibm-logging" feature

gkeishin commented 5 years ago

@spinler so shall I ll route the bug there?

spinler commented 5 years ago

Resolved by https://gerrit.openbmc-project.xyz/c/openbmc/meta-ibm/+/20084