Lines Matching refs:lg2

117             lg2::error(  in addRawPEL()
133 lg2::error( in addRawPEL()
159 lg2::warning( in addPEL()
161 "ID", lg2::hex, pel->id()); in addPEL()
179 lg2::debug("Adding external PEL {ID} (BMC ID {BMCID}) to repo", in addPEL()
180 "ID", lg2::hex, pel->id(), "BMCID", obmcLogID); in addPEL()
195 lg2::error("Unable to add PEL {ID} to Repository", "ID", lg2::hex, in addPEL()
209 lg2::error("Invalid PEL received from the host. BMC ID = {ID}", "ID", in addPEL()
245 lg2::debug("Adding PEL from ESEL. BMC ID = {ID}", "ID", obmcLogID); in addESELPEL()
254 lg2::error("Problems converting ESEL string to a byte vector"); in addESELPEL()
273 lg2::error("ESEL data too short, length = {LEN}", "LEN", esel.size()); in eselToRawData()
286 lg2::error("ESEL data too short, length = {LEN}", "LEN", in eselToRawData()
381 lg2::error("Event not found in PEL message registry: {MSG}", "MSG", in createPEL()
387 lg2::error("Default event not found in PEL message registry"); in createPEL()
413 lg2::info("Created PEL {ID} (BMC ID {BMCID}) with SRC {SRC}", "ID", in createPEL()
414 lg2::hex, pel->id(), "BMCID", pel->obmcLogID(), "SRC", in createPEL()
440 lg2::debug("getPEL {ID}", "ID", lg2::hex, pelID); in getPEL()
479 lg2::debug("getPELFromOBMCID {BMCID}", "BMCID", obmcLogID); in getPELFromOBMCID()
502 lg2::debug("HostHack {ID}", "ID", lg2::hex, pelID); in hostAck()
519 lg2::debug("HostReject {ID}, reason = {REASON}", "ID", lg2::hex, pelID, in hostReject()
570 lg2::error("inotify_init1 failed with errno {ERRNO}", "ERRNO", e); in setupPELDeleteWatch()
579 lg2::error("inotify_add_watch failed with errno {ERRNO}", "ERRNO", e); in setupPELDeleteWatch()
607 lg2::error("Failed reading data from inotify event, errno = {ERRNO}", in pelFileDeleted()
640 lg2::info("Could not find PEL ID from its filename {NAME}", in pelFileDeleted()
673 lg2::error("Error running cmd: {CMD}", "CMD", cmd); in getPELJSON()
687 lg2::error("Error running cmd: {CMD}, rc = {RC}", "CMD", cmd, "RC", rc); in getPELJSON()
701 lg2::debug( in checkPelAndQuiesce()
707 lg2::debug("QuiesceOnHwError not enabled, no quiesce needed"); in checkPelAndQuiesce()
724 lg2::info( in checkPelAndQuiesce()
886 lg2::info("Changing event log {ID} severity from {OLD} " in updateDBusSeverity()
888 "ID", lg2::hex, entryN->second->id(), "OLD", in updateDBusSeverity()
1048 lg2::info("Removing event log with no PEL: {BMCID}", "BMCID", obmcLogID); in deleteObmcLog()
1092 lg2::info( in clearPowerThermalDeconfigFlag()
1094 "ID", lg2::hex, pel.id(), "SRC", (*src)->asciiString().substr(0, 8), in clearPowerThermalDeconfigFlag()
1131 lg2::error( in hardwarePresent()