Home
last modified time | relevance | path

Searched refs:LogLevel (Results 1 – 5 of 5) sorted by relevance

/openbmc/bmcweb/http/
H A Dlogging.hpp30 enum class LogLevel enum
45 constexpr crow::LogLevel getLogLevelFromName(std::string_view name) in getLogLevelFromName()
50 return static_cast<LogLevel>(iter - mapLogLevelFromName.begin()); in getLogLevelFromName()
52 return crow::LogLevel::Disabled; in getLogLevelFromName()
56 inline crow::LogLevel& getBmcwebCurrentLoggingLevel() in getBmcwebCurrentLoggingLevel()
82 template <LogLevel level, typename... Args>
133 crow::vlog<crow::LogLevel::Critical, Args...>( in BMCWEB_LOG_CRITICAL()
146 crow::vlog<crow::LogLevel::Error, Args...>( in BMCWEB_LOG_ERROR()
159 crow::vlog<crow::LogLevel::Warning, Args...>( in BMCWEB_LOG_WARNING()
172 crow::vlog<crow::LogLevel::Info, Args...>( in BMCWEB_LOG_INFO()
[all …]
/openbmc/openbmc/meta-security/meta-hardening/recipes-connectivity/openssh/
H A Dopenssh_%.bbappend5 sed -i -e 's:#LogLevel INFO:LogLevel VERBOSE:' ${D}${sysconfdir}/ssh/sshd_config
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/
H A Dtinyproxy.conf119 LogLevel Info
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/
H A DCVE-2024-6387.patch15 LogLevel level, const char *suffix, const char *fmt, ...)
H A Dsshd_config29 #LogLevel INFO