Revision Date Author Comments
# 25b1bcba 11-Dec-2024 Patrick Williams <patrick@stwcx.xyz>

Logging.Entry: switch 'AdditionalData' to dict of metadata

All client users of AdditionalData have moved to AdditionalData2,
which is already a dict. Switch AdditionalData to be a dict as
the next

Logging.Entry: switch 'AdditionalData' to dict of metadata

All client users of AdditionalData have moved to AdditionalData2,
which is already a dict. Switch AdditionalData to be a dict as
the next part of the migration.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ic18c8f9eb9804a1221482a96dd682817816d76d9

show more ...


# bfcb5d0c 22-Nov-2024 Patrick Williams <patrick@stwcx.xyz>

Logging.Entry: Add 'AdditionalData2' as a dict of metadata

In order to ease transition from vector to dict, add a new property
for the time being. Existing code can transition to using the dict
and

Logging.Entry: Add 'AdditionalData2' as a dict of metadata

In order to ease transition from vector to dict, add a new property
for the time being. Existing code can transition to using the dict
and then we can rename the property once everyone has moved to the
dict format.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I4c918cb25021fd5434f6a50da7bbe3e0b2c2a4fb

show more ...


# 6e9b38a9 26-Aug-2024 Arya K Padman <aryakpadman@gmail.com>

Logging: Entry: Add errors to Resolved Property

Add the error 'xyz.openbmc_project.Common.Error.Unavailable' to the
'Resolved' property of the Entry interface.

This change helps in notifying the us

Logging: Entry: Add errors to Resolved Property

Add the error 'xyz.openbmc_project.Common.Error.Unavailable' to the
'Resolved' property of the Entry interface.

This change helps in notifying the users when the attempt to set the
Resolved property is prevented until the corresponding error log is
addressed.

For example, if the error log is associated with a HardwareIsolation
entry (which indicates the faulty hardware) and has not been resolved
yet; in this case, we need to prevent setting the 'Resolved' flag.

Change-Id: I64da52e572ba33f888d33039ac604c57b86d84de
Signed-off-by: Arya K Padman <aryakpadman@gmail.com>

show more ...


# 6c25fd02 17-Jan-2024 Patrick Williams <patrick@stwcx.xyz>

Logging: add default path and service names

Add default paths and service names from the reference implementation
in phosphor-logging. The service for logging is expected to be a
singleton and the

Logging: add default path and service names

Add default paths and service names from the reference implementation
in phosphor-logging. The service for logging is expected to be a
singleton and the manager object resides at a fixed path.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ia8d4ec354dbbe234109562bd76f1f779922da4e0

show more ...


# 84591a23 17-Jan-2024 Patrick Williams <patrick@stwcx.xyz>

Logging.Entry: fix old documentation

`org.openbmc` interfaces were removed years and years ago but the
description still referenced it.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id

Logging.Entry: fix old documentation

`org.openbmc` interfaces were removed years and years ago but the
description still referenced it.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I8b2994a053e137f7478a9b78c5ebfeec7d68ffec

show more ...


# a1347418 06-Dec-2022 Patrick Williams <patrick@stwcx.xyz>

reformat with latest settings

Reformat with the latest settings from openbmc-build-scripts (and
copy latest config files where appropriate). Fix a few minor
markdownlint issues.

Signed-off-by: Pat

reformat with latest settings

Reformat with the latest settings from openbmc-build-scripts (and
copy latest config files where appropriate). Fix a few minor
markdownlint issues.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I55205817c29dc3f182a165ddf9cd5d4e07b90063

show more ...


# 3c7b858a 08-Oct-2021 Vijay F Lobo <vflobo@us.ibm.com>

Convert ServiceProviderNotify to enum

Converted ServiceProviderNotify to an enum.
Supported options are - "NotSupported", "Notify" and "Inhibit".

Changes in phosphor-logging are at the link below
h

Convert ServiceProviderNotify to enum

Converted ServiceProviderNotify to an enum.
Supported options are - "NotSupported", "Notify" and "Inhibit".

Changes in phosphor-logging are at the link below
https://gerrit.openbmc.org/c/openbmc/phosphor-logging/+/58815

For more details on the discussion look at the link below.
https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/46886/7/redfish-core/lib/log_services.hpp#1411

Signed-off-by: Vijay F Lobo <vflobo@us.ibm.com>
Change-Id: Iefe95a5531792bc79e363923deb7fc894774ee67
Signed-off-by: Lakshmi Yadlapati <lakshmiy@us.ibm.com>

show more ...


# 8da396ca 14-Mar-2022 Patrick Williams <patrick@stwcx.xyz>

yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601


# 39bdb471 13-May-2021 Vijay Lobo <vijaylobo@gmail.com>

Entry: Add Resolution property

This property can be used to provide suggestions on how to resolve the
situation that caused the log entry. This property is to support
Redfish API version v1_9_0 for

Entry: Add Resolution property

This property can be used to provide suggestions on how to resolve the
situation that caused the log entry. This property is to support
Redfish API version v1_9_0 for LogEntry.

Signed-off-by: Vijay Lobo <vijaylobo@gmail.com>
Change-Id: I6ce909f81c5ed2fd742f95297f07fe6b77021eec

show more ...


# 208b4e42 06-May-2021 Vijay Lobo <vijaylobo@gmail.com>

Entry: Add ServiceProviderNotify property

Add a ServiceProviderNotify property that can be used to indicate that
this event log should be notified to the service provider, if that is
implemented on

Entry: Add ServiceProviderNotify property

Add a ServiceProviderNotify property that can be used to indicate that
this event log should be notified to the service provider, if that is
implemented on the system.

Signed-off-by: Vijay Lobo <vijaylobo@gmail.com>
Change-Id: I65029020aed35c069d10058159792a75ba188048

show more ...


# b1b4d261 05-Jun-2021 William A. Kennington III <wak@google.com>

treewide: Create yaml directory

This allows the propagated yamldir paramter to work correctly in
subproject style builds. We don't want other files in the project
conflicting with tools that scan th

treewide: Create yaml directory

This allows the propagated yamldir paramter to work correctly in
subproject style builds. We don't want other files in the project
conflicting with tools that scan the yamldir.

Change-Id: Ie2759c7f3baf399392cdda0e507055ceb262d2e1
Signed-off-by: William A. Kennington III <wak@google.com>

show more ...