commit | 6f454709e775d9708836383f7d54458b745192bd | [log] [tgz] |
---|---|---|
author | Santosh Puranik <santosh.puranik@in.ibm.com> | Tue Jun 18 15:56:25 2019 +0530 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Jun 19 17:03:01 2019 -0400 |
tree | 92c7bc19a4bb445bff2a18db8feac1927b585b1b | |
parent | 1c2db54d25f5cdf23cc8bf491c8e21195ff554a7 [diff] |
Enable logging option in bmcweb This commit enables the BMCWEB_ENABLE_LOGGING_MW flag in bmcweb compilation. This turns ON REST and Redfish traffic logging. The commit that enables this feature in bmcweb is: https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/22699 Change-Id: I475b5721cb8d1a05534d0b2a97eb4574701ce1c8 Signed-off-by: Santosh Puranik <santosh.puranik@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/recipes-phosphor/bmcweb/bmcweb_%.bbappend b/recipes-phosphor/bmcweb/bmcweb_%.bbappend index 1035bf1..bc134ae 100644 --- a/recipes-phosphor/bmcweb/bmcweb_%.bbappend +++ b/recipes-phosphor/bmcweb/bmcweb_%.bbappend
@@ -1 +1,4 @@ -EXTRA_OECMAKE_append_df-openpower = " -DBMCWEB_ENABLE_REDFISH_DBUS_LOG_ENTRIES=ON" +EXTRA_OECMAKE_append_df-openpower = " \ + -DBMCWEB_ENABLE_REDFISH_DBUS_LOG_ENTRIES=ON \ + -DBMCWEB_ENABLE_LOGGING_MW=ON \ + "