commit | 1f197f6cc4e779ee22706c15e0186f850bae22b1 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Feb 14 08:14:23 2024 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Feb 14 16:18:11 2024 +0000 |
tree | b511e5cb93a596911c673e3c83b0c2aec6c382b6 | |
parent | b30739efb76153d435a50413d07983848f3f95ca [diff] [blame] |
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
diff --git a/meta-facebook/recipes-phosphor/interfaces/bmcweb_%.bbappend b/meta-facebook/recipes-phosphor/interfaces/bmcweb_%.bbappend index 93b7c8a..1f024b9 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"