meta-ieisystem: bmcweb: disable redfish-host-logger

Since this function is not used in all IEI machines, this log is
disabled and will not be displayed in the parent link.

Signed-off-by: George Liu <liuxiwei@ieisystem.com>
Change-Id: I2f9b9875f550ca1edad2d87d63a88e6f75917db3
diff --git a/meta-ieisystem/recipes-ieisystem/bmcweb/bmcweb_%.bbappend b/meta-ieisystem/recipes-ieisystem/bmcweb/bmcweb_%.bbappend
index f3babf7..925d189 100644
--- a/meta-ieisystem/recipes-ieisystem/bmcweb/bmcweb_%.bbappend
+++ b/meta-ieisystem/recipes-ieisystem/bmcweb/bmcweb_%.bbappend
@@ -1,3 +1,4 @@
 EXTRA_OEMESON:append = " \
     -Dinsecure-enable-redfish-query=enabled \
+    -Dredfish-host-logger=disabled \
     "