You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the comment states, openbmc currently squashes DEBUG level messages.
After ee993dc systemd can see the log
levels, which has the unintended consequence of squashing DEBUG level
messages when enabled.
This is a temporary workaround to fix the regression. Ulimately
implementing something like DEBUG_INVOCATION might be the way to go.
Tested: Enabled debug logging
journalctl -u bmcweb showed debug level messages.
Change-Id: I3c57a47282dbcbf34c58a12d2b7da54f1082fac1
Signed-off-by: Ed Tanous <[email protected]>
0 commit comments