All of lore.kernel.org
 help / color / mirror / Atom feed
* phosphor logging
@ 2019-11-27  2:40 Jeff Chan
  2019-11-27  2:49 ` CS20 CHLi30
  2019-11-27  5:08 ` phosphor logging Devender Rao
  0 siblings, 2 replies; 5+ messages in thread
From: Jeff Chan @ 2019-11-27  2:40 UTC (permalink / raw)
  To: openbmc

[-- Attachment #1: Type: text/plain, Size: 893 bytes --]

Dear openbmc developer,

I'm debugging chassis power on issue, and found that I can't use journalctl
to display debug information, for example:

in chassis_state_manager.cpp
Chassis::Transition Chassis::requestedPowerTransition(Transition value)
{

log<level::INFO>("Change to Chassis Requested Power State",
entry("CHASSIS_REQUESTED_POWER_STATE=%s",
convertForMessage(value).c_str()));
executeTransition(value);
return server::Chassis::requestedPowerTransition(value);
}

but journalctl only display "Change to Chassis Requested Power State", the
"CHASSIS_REQUESTED_POWER_STATE=%s" part is missed, can someone tell me how
to get it back? I tried google but can't find the answer.

And that will be great if someone can guide me how to port and debug power
control, I tried "obmutil chassison" in debug console but doesn't work. I
can't find detailed document about porting.

Thank you!

Jeff

[-- Attachment #2: Type: text/html, Size: 3680 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-12-04 20:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-27  2:40 phosphor logging Jeff Chan
2019-11-27  2:49 ` CS20 CHLi30
2019-11-27  3:27   ` 回覆:phosphor logging ‪‪‪‪Jeff Chan‬‬‬‬
2019-11-27  5:08 ` phosphor logging Devender Rao
2019-12-04 20:57   ` Vernon Mauery

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.