Searched refs:logLevel (Results 1 – 5 of 5) sorted by relevance
250 log_level& logLevel) in sendJournalRedfish() argument257 if (!logLevelToRedfishMsgIdMap.contains(logLevel)) in sendJournalRedfish()259 lg2::error("Invalid {LEVEL} Description {DES}", "LEVEL", logLevel, in sendJournalRedfish()263 auto redfishMsgId = logLevelToRedfishMsgIdMap[logLevel]; in sendJournalRedfish()296 log_level logLevel{log_level::OK}; in handleBootOverallEvent() local318 logLevel = log_level::BIOSFWPANIC; in handleBootOverallEvent()334 logLevel = log_level::BIOSFWPANIC; in handleBootOverallEvent()345 logLevel = log_level::BIOSFWPANIC; in handleBootOverallEvent()358 logLevel = log_level::BIOSFWPANIC; in handleBootOverallEvent()383 sendJournalRedfish(description, logLevel); in handleBootOverallEvent()[all …]
313 log_level& logLevel);
36 static void setLogLevel(const std::string& logLevel) in setLogLevel() argument39 std::ranges::find(crow::mapLogLevelFromName, logLevel); in setLogLevel()42 BMCWEB_LOG_ERROR("log-level {} not found", logLevel); in setLogLevel()45 crow::getBmcwebCurrentLoggingLevel() = crow::getLogLevelFromName(logLevel); in setLogLevel()46 BMCWEB_LOG_INFO("Requested log-level change to: {}", logLevel); in setLogLevel()
17 static void cliLogLevel(const std::string& logLevel) in cliLogLevel() argument19 crow::getBmcwebCurrentLoggingLevel() = crow::getLogLevelFromName(logLevel); in cliLogLevel()
991 auto logLevel = dValue; in getLogLevelFromEnv() local996 logLevel = std::stoi(env_p); in getLogLevelFromEnv()1004 return logLevel; in getLogLevelFromEnv()