MCPcopy Create free account
hub / github.com/Icinga/icinga2 / ExceptionHandler

Method ExceptionHandler

lib/icingadb/icingadb.cpp:133–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void IcingaDB::ExceptionHandler(boost::exception_ptr exp)
134{
135 Log(LogCritical, "IcingaDB", "Exception during redis query. Verify that Redis is operational.");
136
137 Log(LogDebug, "IcingaDB")
138 << "Exception during redis operation: " << DiagnosticInformation(exp);
139}
140
141void IcingaDB::OnConnectedHandler()
142{

Callers

nothing calls this directly

Calls 1

LogClass · 0.85

Tested by

no test coverage detected