MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / UpdateHTTPServerLogging

Function UpdateHTTPServerLogging

src/httpserver.cpp:529–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527}
528
529void UpdateHTTPServerLogging(bool enable) {
530 if (enable) {
531 event_enable_debug_logging(EVENT_DBG_ALL);
532 } else {
533 event_enable_debug_logging(EVENT_DBG_NONE);
534 }
535}
536
537static std::thread g_thread_http;
538static std::vector<std::thread> g_thread_http_workers;

Callers 2

InitHTTPServerFunction · 0.85
loggingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected