summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2024-02-14 17:14:23 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-02-14 19:18:11 +0300
commit1f197f6cc4e779ee22706c15e0186f850bae22b1 (patch)
treeb511e5cb93a596911c673e3c83b0c2aec6c382b6
parentb30739efb76153d435a50413d07983848f3f95ca (diff)
downloadopenbmc-1f197f6cc4e779ee22706c15e0186f850bae22b1.tar.xz
meta-facebook: bmcweb: enable logging at warning level
We are seeing some crashes in bmcweb on startup with little information as to why. Enable warning-level logging to hopefully give some insight. Info level appears to likely be too chatty. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I37f2834b09c5344f168e29f06199bbe051ebfd39
-rw-r--r--meta-facebook/recipes-phosphor/interfaces/bmcweb_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-facebook/recipes-phosphor/interfaces/bmcweb_%.bbappend b/meta-facebook/recipes-phosphor/interfaces/bmcweb_%.bbappend
index 93b7c8af9f..1f024b9935 100644
--- a/meta-facebook/recipes-phosphor/interfaces/bmcweb_%.bbappend
+++ b/meta-facebook/recipes-phosphor/interfaces/bmcweb_%.bbappend
@@ -1,5 +1,6 @@
EXTRA_OEMESON:append = "\
-Dredfish-dbus-log=enabled \
+ -Dbmcweb-logging=warning \
"
PACKAGECONFIG:append = " insecure-redfish-expand"