tianocore / edk2-redfish-client

Utilizes the EFI protocols provided by EDK2 Redfish Foundation to communicate with the Redfish service for creating, consuming, and updating the Redfish properties which are managed by firmware.
Other
7 stars 5 forks source link

[Code] Use DEBUG_MANAGEABILITY in Redfish driver #12

Closed nicklela closed 1 year ago

nicklela commented 1 year ago

DEBUG_MANAGEABILITY is introduced by https://github.com/tianocore/edk2/commit/ed2ff315db7e800dd7718b1d1320ea8024d4e8b2. We can update Redfish drivers to honor this debug level.

nicklela commented 1 year ago

This is done: