commit | 79c584eb437d2eaedb51d5be6dfb7d29a6a7e30a | [log] [tgz] |
---|---|---|
author | Brandon Kim <brandonkim@google.com> | Wed Feb 07 19:28:50 2024 +0000 |
committer | Brandon Kim <brandonkim@google.com> | Thu Feb 08 02:56:30 2024 +0000 |
tree | a01f8acf57933a69c524f7616758a59e5e1782b7 | |
parent | 3b1226dde6784ca640b53c5c6705a10ca59e043a [diff] |
external_storer_file: Add logging for created file It's hard to debug exactly what error was passed in from the payload size. Add file creation path to the debug message for better debugging Tested: root@iacpr4-nfd01:~# journalctl -b |grep bios-bmc bios-bmc-smm-error-logger[435]: Read an entry of '235' bytes bios-bmc-smm-error-logger[435]: Read an entry of '228' bytes bios-bmc-smm-error-logger[435]: Read an entry of '369' bytes bios-bmc-smm-error-logger[435]: Read an entry of '90' bytes bios-bmc-smm-error-logger[435]: Read an entry of '2454' bytes bios-bmc-smm-error-logger[435]: Read an entry of '307' bytes bios-bmc-smm-error-logger[435]: Created: /run/bmcweb/redfish/v1/ Systems/system/LogServices/Log1/index.json bios-bmc-smm-error-logger[435]: Created: /run/bmcweb/redfish/v1/ Systems/system/LogServices/Log1/Entries/index.json bios-bmc-smm-error-logger[435]: Read an entry of '178' bytes bios-bmc-smm-error-logger[435]: Created: /run/bmcweb/redfish/v1/ Systems/system/Memory/dimm6/MemoryMetrics/index.json bios-bmc-smm-error-logger[435]: Read an entry of '1046' bytes bios-bmc-smm-error-logger[435]: Created: /run/bmcweb/redfish/v1/ Systems/system/LogServices/Log1/Entries/ d311e785-8245-4cc5-8de1-cb103bd4c0a3/index.json Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I18e89eb1e46a507da425b83962f42f7e64a6adbb
This daemon will follow the design doc: https://github.com/openbmc/docs/blob/master/designs/bios-bmc-smm-error-logging.md
More detailed implementation details will also be placed here in the future