Lines Matching refs:BMCWEB_LOG_DEBUG
96 BMCWEB_LOG_DEBUG("Using default check for response code validity"); in defaultRetryHandler()
175 BMCWEB_LOG_DEBUG("Trying to resolve: {}, id: {}", host, connId); in doResolve()
193 BMCWEB_LOG_DEBUG("Resolved {}, id: {}", host, connId); in afterResolve()
196 BMCWEB_LOG_DEBUG("Trying to connect to: {}, id: {}", host, connId); in afterResolve()
228 BMCWEB_LOG_DEBUG("Connected to: {}:{}, id: {}", in afterConnect()
274 BMCWEB_LOG_DEBUG("SSL Handshake successful - id: {}", connId); in afterSslHandshake()
321 BMCWEB_LOG_DEBUG("sendMessage() bytes transferred: {}", in afterWrite()
375 BMCWEB_LOG_DEBUG("recvMessage() bytes transferred: {}", in afterRead()
381 BMCWEB_LOG_DEBUG("recvMessage() data: {}", parser->get().body().str()); in afterRead()
384 BMCWEB_LOG_DEBUG("recvMessage() Header Response Code: {}", respCode); in afterRead()
416 BMCWEB_LOG_DEBUG("recvMessage() keepalive : {}", parser->keep_alive()); in afterRead()
430 BMCWEB_LOG_DEBUG( in onTimeout()
454 BMCWEB_LOG_DEBUG("Retry policy: {}", connPolicy->retryPolicyAction); in waitAndRetry()
480 BMCWEB_LOG_DEBUG("Attempt retry after {} seconds. RetryCount = {}", in waitAndRetry()
492 BMCWEB_LOG_DEBUG( in onTimerDone()
509 BMCWEB_LOG_DEBUG("{}, id: {} restartConnection", host, in restartConnection()
529 BMCWEB_LOG_DEBUG("{}, id: {} closed gracefully", host, connId); in shutdownConn()
567 BMCWEB_LOG_DEBUG("{}, id: {} closed gracefully", host, connId); in afterSslShutdown()
680 BMCWEB_LOG_DEBUG("Setting properties for connection {}, id: {}", in setConnProps()
702 BMCWEB_LOG_DEBUG( in sendNext()
764 BMCWEB_LOG_DEBUG("Grabbing idle connection {}", commonMsg); in sendData()
769 BMCWEB_LOG_DEBUG("Reusing existing connection {}", in sendData()
781 BMCWEB_LOG_DEBUG("Adding new connection to pool {}", id); in sendData()
789 BMCWEB_LOG_DEBUG("Max pool size reached. Adding data to queue {}", in sendData()
833 BMCWEB_LOG_DEBUG("Added connection {} to pool {}", in addConnection()
848 BMCWEB_LOG_DEBUG("Initializing connection pool for {}", id); in ConnectionPool()
859 BMCWEB_LOG_DEBUG("There are no connections for pool id:{}", id); in areAllConnectionsTerminated()
866 BMCWEB_LOG_DEBUG( in areAllConnectionsTerminated()
890 BMCWEB_LOG_DEBUG("Response handled with return code: {}", in genericResHandler()
956 BMCWEB_LOG_DEBUG( in isTerminated()
961 BMCWEB_LOG_DEBUG("All client connections are terminated"); in isTerminated()