openbmc / bmcweb

A do everything Redfish, KVM, GUI, and DBus webserver for OpenBMC
Apache License 2.0
154 stars 131 forks source link

Make AdditionalDataURI a child of the LogEntry #205

Closed gtmills closed 3 years ago

gtmills commented 3 years ago

From the discussion here: https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/41124

Make AdditionalDataURI a child of the LogEntry. These are several of these. They should all be moved.

https://github.com/openbmc/bmcweb/blob/4a0bf539728cada806fc7a16a208edc6332bdb86/redfish-core/lib/log_services.hpp#L513

https://github.com/openbmc/bmcweb/blob/4a0bf539728cada806fc7a16a208edc6332bdb86/redfish-core/lib/log_services.hpp#L1509

Consistency.

gtmills commented 3 years ago

https://github.com/openbmc/bmcweb/commit/de8d94a3dfda08ef6a80a245e2a31df8ec2496d2 merged. Closing.