Home
last modified time | relevance | path

Searched refs:BMCWEB_LOG_DEBUG (Results 1 – 25 of 78) sorted by relevance

1234

/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp248 BMCWEB_LOG_DEBUG("getObjectsWithConnection enter"); in getObjectsWithConnection()
260 BMCWEB_LOG_DEBUG("getObjectsWithConnection resp_handler enter"); in getObjectsWithConnection()
269 BMCWEB_LOG_DEBUG("Found {} subtrees", subtree.size()); in getObjectsWithConnection()
276 BMCWEB_LOG_DEBUG("sensorNames list count: {}", sensorNames->size()); in getObjectsWithConnection()
279 BMCWEB_LOG_DEBUG("Sensor to find: {}", tsensor); in getObjectsWithConnection()
292 BMCWEB_LOG_DEBUG("Adding connection: {}", in getObjectsWithConnection()
300 BMCWEB_LOG_DEBUG("Found {} connections", connections.size()); in getObjectsWithConnection()
302 BMCWEB_LOG_DEBUG("getObjectsWithConnection resp_handler exit"); in getObjectsWithConnection()
304 BMCWEB_LOG_DEBUG("getObjectsWithConnection exit"); in getObjectsWithConnection()
413 BMCWEB_LOG_DEBUG("getChassis enter"); in getChassis()
[all …]
H A Dsystems.hpp75 BMCWEB_LOG_DEBUG("Dimm Functional: {}", isDimmFunctional); in updateDimmProperties()
104 BMCWEB_LOG_DEBUG("Cpu Functional: {}", isCpuFunctional); in modifyCpuFunctionalState()
133 BMCWEB_LOG_DEBUG("Cpu Present: {}", isCpuPresent); in modifyCpuPresenceState()
154 BMCWEB_LOG_DEBUG("Got {} Cpu properties.", properties.size()); in getProcessorProperties()
241 BMCWEB_LOG_DEBUG("Got {} Dimm properties.", properties.size()); in processMemoryProperties()
317 BMCWEB_LOG_DEBUG("Got {} UUID properties.", properties.size()); in afterGetUUID()
340 BMCWEB_LOG_DEBUG("UUID = {}", valueStr); in afterGetUUID()
356 BMCWEB_LOG_DEBUG("Got {} properties for system", propertiesList.size()); in afterGetInventory()
437 BMCWEB_LOG_DEBUG("Got path: {}", path); in afterSystemGetSubTree()
453 BMCWEB_LOG_DEBUG("Found Dimm, now get its properties."); in afterSystemGetSubTree()
[all …]
H A Dled.hpp32 BMCWEB_LOG_DEBUG("Get led groups"); in getIndicatorLedState()
42 BMCWEB_LOG_DEBUG( in getIndicatorLedState()
64 BMCWEB_LOG_DEBUG( in getIndicatorLedState()
102 BMCWEB_LOG_DEBUG("Set led groups"); in setIndicatorLedState()
156 BMCWEB_LOG_DEBUG("Get LocationIndicatorActive"); in getSystemLocationIndicatorActive()
166 BMCWEB_LOG_DEBUG( in getSystemLocationIndicatorActive()
187 BMCWEB_LOG_DEBUG( in getSystemLocationIndicatorActive()
214 BMCWEB_LOG_DEBUG("Set LocationIndicatorActive"); in setSystemLocationIndicatorActive()
H A Dmanagers.hpp100 BMCWEB_LOG_DEBUG("[Set] Bad D-Bus request error: {}", ec); in doBMCGracefulRestart()
127 BMCWEB_LOG_DEBUG("[Set] Bad D-Bus request error: {}", ec); in doBMCForceRestart()
165 BMCWEB_LOG_DEBUG("Post Manager Reset."); in requestRoutesManagerResetAction()
177 BMCWEB_LOG_DEBUG("Proceeding with {}", resetType); in requestRoutesManagerResetAction()
183 BMCWEB_LOG_DEBUG("Proceeding with {}", resetType); in requestRoutesManagerResetAction()
187 BMCWEB_LOG_DEBUG("Invalid property value for ResetType: {}", in requestRoutesManagerResetAction()
235 BMCWEB_LOG_DEBUG("Post ResetToDefaults."); in requestRoutesManagerResetToDefaultsAction()
246 BMCWEB_LOG_DEBUG("Missing property ResetType."); in requestRoutesManagerResetToDefaultsAction()
263 BMCWEB_LOG_DEBUG("Invalid property value for ResetType: {}", in requestRoutesManagerResetToDefaultsAction()
274 BMCWEB_LOG_DEBUG("Failed to ResetToDefaults: {}", ec); in requestRoutesManagerResetToDefaultsAction()
[all …]
H A Dupdate_service.hpp131 BMCWEB_LOG_DEBUG("Activate image for {} {}", objPath, service); in activateImage()
139 BMCWEB_LOG_DEBUG("error_code = {}", ec); in activateImage()
140 BMCWEB_LOG_DEBUG("error msg = {}", ec.message()); in activateImage()
272 BMCWEB_LOG_DEBUG("obj path = {}", objPath.str); in softwareInterfaceAdded()
275 BMCWEB_LOG_DEBUG("interface = {}", interface.first); in softwareInterfaceAdded()
291 BMCWEB_LOG_DEBUG("error_code = {}", ec); in softwareInterfaceAdded()
292 BMCWEB_LOG_DEBUG("error msg = {}", ec.message()); in softwareInterfaceAdded()
419 BMCWEB_LOG_DEBUG("obj path = {}", objPath.str); in afterUpdateErrorMatcher()
472 BMCWEB_LOG_DEBUG("Match fired"); in monitorForSoftwareAvailable()
588 BMCWEB_LOG_DEBUG("Enter UpdateService.SimpleUpdate doPost"); in handleUpdateServiceSimpleUpdateAction()
[all …]
H A Dvirtual_media.hpp53 BMCWEB_LOG_DEBUG("Filename: {}, ThisPath: {}", itemPath.str, thisPath); in parseObjectPathAndGetMode()
108 BMCWEB_LOG_DEBUG("DBUS response error"); in findAndParseObject()
123 BMCWEB_LOG_DEBUG("Parent item not found"); in findAndParseObject()
230 BMCWEB_LOG_DEBUG("Value Active not found"); in vmParseInterfaceObject()
278 BMCWEB_LOG_DEBUG("Get available Virtual Media resources."); in getVmResourceList()
288 BMCWEB_LOG_DEBUG("DBUS response error"); in getVmResourceList()
350 BMCWEB_LOG_DEBUG("Get Virtual Media resource data."); in getVmData()
522 BMCWEB_LOG_DEBUG("Validation started"); in validateParams()
742 BMCWEB_LOG_DEBUG("GetObjectType: {}", service); in handleManagersVirtualMediaActionInsertPost()
754 BMCWEB_LOG_DEBUG("InsertMedia not " in handleManagersVirtualMediaActionInsertPost()
[all …]
/openbmc/bmcweb/http/
H A Dhttp_connection.hpp88 BMCWEB_LOG_DEBUG("{} Connection created, total {}", logPtr(this), in Connection()
98 BMCWEB_LOG_DEBUG("{} Connection closed, total {}", logPtr(this), in ~Connection()
110 BMCWEB_LOG_DEBUG("{} tlsVerifyCallback called with preverified {}", in tlsVerifyCallback()
117 BMCWEB_LOG_DEBUG("{} Generated TLS session: {}", logPtr(this), in tlsVerifyCallback()
125 BMCWEB_LOG_DEBUG( in tlsVerifyCallback()
138 BMCWEB_LOG_DEBUG("prepareMutualTls"); in prepareMutualTls()
153 BMCWEB_LOG_DEBUG("set_verify_callback"); in prepareMutualTls()
175 BMCWEB_LOG_DEBUG("{} TLS was detected as {}", logPtr(this), isTls); in afterDetectSsl()
209 BMCWEB_LOG_DEBUG("{} Connection started, total {}", logPtr(this), in start()
246 BMCWEB_LOG_DEBUG("{} SSL handshake succeeded", logPtr(this)); in afterSslHandshake()
[all …]
H A Dhttp_client.hpp96 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()
[all …]
H A Dserver_sent_event_impl.hpp49 BMCWEB_LOG_DEBUG("SseConnectionImpl: SSE constructor {}", logPtr(this)); in ConnectionImpl()
59 BMCWEB_LOG_DEBUG("SSE ConnectionImpl: SSE destructor {}", logPtr(this)); in ~ConnectionImpl()
64 BMCWEB_LOG_DEBUG("Starting SSE connection"); in start()
78 BMCWEB_LOG_DEBUG("Closing connection with reason {}", msg); in close()
84 BMCWEB_LOG_DEBUG("Closing SSE connection {} - {}", logPtr(this), msg); in close()
100 BMCWEB_LOG_DEBUG("SSE header sent - Connection established"); in sendSSEHeaderCallback()
118 BMCWEB_LOG_DEBUG("Read {}", bytesRead); in afterReadError()
139 BMCWEB_LOG_DEBUG("inputBuffer is empty... Bailing out"); in doWrite()
172 BMCWEB_LOG_DEBUG("async_write_some() bytes transferred: {}", in doWriteCallback()
182 BMCWEB_LOG_DEBUG("Empty data, bailing out."); in sendSseEvent()
[all …]
H A Dhttp2_connection.hpp110 BMCWEB_LOG_DEBUG("send_server_connection_header()"); in sendServerConnectionHeader()
139 BMCWEB_LOG_DEBUG("File read callback length: {}", length); in fileReadCallback()
159 BMCWEB_LOG_DEBUG("Send chunk of size: {}", out->first.size()); in fileReadCallback()
168 BMCWEB_LOG_DEBUG("Copying {} bytes to buf", out->first.size()); in fileReadCallback()
180 BMCWEB_LOG_DEBUG("Setting EOF flag"); in fileReadCallback()
196 BMCWEB_LOG_DEBUG("send_response stream_id:{}", streamId); in sendResponse()
259 BMCWEB_LOG_DEBUG("on_request_recv"); in onRequestRecv()
282 BMCWEB_LOG_DEBUG("Handling {} \"{}\"", logPtr(&thisReq), in onRequestRecv()
289 BMCWEB_LOG_DEBUG("res.completeRequestHandler called"); in onRequestRecv()
316 BMCWEB_LOG_DEBUG("Setting expected hash {}", expected); in onRequestRecv()
[all …]
H A Dmutual_tls.cpp47 BMCWEB_LOG_DEBUG("TLS cannot get common name to create session"); in getCommonNameFromCert()
209 BMCWEB_LOG_DEBUG("TLS auth_config is disabled"); in verifyMtlsUser()
216 BMCWEB_LOG_DEBUG("Cannot get native TLS handle."); in verifyMtlsUser()
224 BMCWEB_LOG_DEBUG("Cannot get current TLS certificate."); in verifyMtlsUser()
240 BMCWEB_LOG_DEBUG( in verifyMtlsUser()
246 BMCWEB_LOG_DEBUG("Certificate verification of final depth"); in verifyMtlsUser()
250 BMCWEB_LOG_DEBUG( in verifyMtlsUser()
H A Dapp.hpp74 BMCWEB_LOG_DEBUG("Loading certificate"); in loadCertificate()
86 BMCWEB_LOG_DEBUG("Got http socket"); in getHttpType()
91 BMCWEB_LOG_DEBUG("Got https socket"); in getHttpType()
96 BMCWEB_LOG_DEBUG("Got hybrid socket"); in getHttpType()
111 BMCWEB_LOG_DEBUG("Got {} sockets to open", listenFdCount); in setupSocket()
172 BMCWEB_LOG_DEBUG("Routing:"); in debugPrint()
/openbmc/bmcweb/redfish-core/src/
H A Dfilesystem_log_watcher.cpp63 BMCWEB_LOG_DEBUG("Redfish log file: seek to {}", in readEventLogsFromFile()
71 BMCWEB_LOG_DEBUG("Redfish log file: found new event log entry"); in readEventLogsFromFile()
78 BMCWEB_LOG_DEBUG( in readEventLogsFromFile()
90 BMCWEB_LOG_DEBUG("Read eventLog entry params failed for {}", in readEventLogsFromFile()
101 BMCWEB_LOG_DEBUG("No log entries available to be transferred."); in readEventLogsFromFile()
115 BMCWEB_LOG_DEBUG("Inotify was canceled (shutdown?)"); in onINotify()
124 BMCWEB_LOG_DEBUG("reading {} via inotify", bytesTransferred); in onINotify()
147 BMCWEB_LOG_DEBUG("Redfish log file created/deleted. event.name: {}", in onINotify()
153 BMCWEB_LOG_DEBUG("Remove and Add inotify watcher on " in onINotify()
208 BMCWEB_LOG_DEBUG("starting Event Log Monitor"); in FilesystemLogWatcher()
H A Dsubscription.cpp81 BMCWEB_LOG_DEBUG("Response handled with return code: {}", res.resultInt()); in resHandler()
154 BMCWEB_LOG_DEBUG("heartbeat timer async_wait is aborted"); in onHbTimeout()
159 BMCWEB_LOG_DEBUG("heartbeat timer async_wait canceled"); in onHbTimeout()
219 BMCWEB_LOG_DEBUG("Processing logEntry: {}, {} '{}'", logEntry.id, in filterAndSendEventLogs()
235 BMCWEB_LOG_DEBUG("Event {} did not match the filter", in filterAndSendEventLogs()
244 BMCWEB_LOG_DEBUG("Filter didn't match"); in filterAndSendEventLogs()
255 BMCWEB_LOG_DEBUG("No log entries available to be transferred."); in filterAndSendEventLogs()
313 BMCWEB_LOG_DEBUG("Retry policy was nullptr, ignoring set"); in updateRetryConfig()
329 BMCWEB_LOG_DEBUG("Checking response code validity for SubscriptionEvent"); in retryRespHandler()
/openbmc/bmcweb/include/ibm/
H A Dmanagement_console_rest.hpp61 BMCWEB_LOG_DEBUG( in handleFilePut()
64 BMCWEB_LOG_DEBUG( in handleFilePut()
86 BMCWEB_LOG_DEBUG("handleIbmPut: Failed to prepare save-area " in handleFilePut()
101 BMCWEB_LOG_DEBUG("handleIbmPut: Failed to find save-area " in handleFilePut()
112 BMCWEB_LOG_DEBUG("handleIbmPut: Failed to find save-area " in handleFilePut()
120 BMCWEB_LOG_DEBUG("saveAreaDirSize: {}", saveAreaDirSize); in handleFilePut()
124 BMCWEB_LOG_DEBUG("data length: {}", data.length()); in handleFilePut()
143 BMCWEB_LOG_DEBUG("Writing to the file: {}", loc.string()); in handleFilePut()
152 BMCWEB_LOG_DEBUG("handleIbmPut: Failed to find if file exists. ec : {}", in handleFilePut()
167 BMCWEB_LOG_DEBUG("handleIbmPut: Failed to find file size. ec : {}", in handleFilePut()
[all …]
H A Dutils.hpp21 BMCWEB_LOG_DEBUG("Creating persistent directory : {}", path); in createDirectory()
34 BMCWEB_LOG_DEBUG("Setting the permission to 700"); in createDirectory()
40 BMCWEB_LOG_DEBUG("{} already exists", path); in createDirectory()
/openbmc/bmcweb/include/
H A Dkvm_websocket.hpp65 BMCWEB_LOG_DEBUG("conn:{}, Read {} bytes from websocket", logPtr(&conn), in onMessage()
69 BMCWEB_LOG_DEBUG("conn:{}, Committing {} bytes from websocket", in onMessage()
73 BMCWEB_LOG_DEBUG("conn:{}, inputbuffer size {}", logPtr(&conn), in onMessage()
82 BMCWEB_LOG_DEBUG("conn:{}, Reading {} from kvm socket", logPtr(&conn), in doRead()
93 BMCWEB_LOG_DEBUG("conn:{}, read done. Read {} bytes", in doRead()
111 BMCWEB_LOG_DEBUG("conn:{}, Sending payload size {}", in doRead()
124 BMCWEB_LOG_DEBUG("conn:{}, Already writing. Bailing out", in doWrite()
130 BMCWEB_LOG_DEBUG("conn:{}, inputBuffer empty. Bailing out", in doWrite()
145 BMCWEB_LOG_DEBUG("conn:{}, Wrote {}bytes", logPtr(&conn), in doWrite()
190 BMCWEB_LOG_DEBUG("Connection {} opened", logPtr(&conn)); in requestRoutes()
H A Dauthentication.hpp41 BMCWEB_LOG_DEBUG("[AuthMiddleware] Basic authentication"); in performBasicAuth()
69 BMCWEB_LOG_DEBUG("[AuthMiddleware] Authenticating user: {}", user); in performBasicAuth()
70 BMCWEB_LOG_DEBUG("[AuthMiddleware] User IPAddress: {}", in performBasicAuth()
108 BMCWEB_LOG_DEBUG("[AuthMiddleware] Token authentication"); in performTokenAuth()
122 BMCWEB_LOG_DEBUG("[AuthMiddleware] X-Auth-Token authentication"); in performXtokenAuth()
145 BMCWEB_LOG_DEBUG("Checking cookie {}", cookieValue); in performCookieAuth()
149 BMCWEB_LOG_DEBUG( in performCookieAuth()
208 BMCWEB_LOG_DEBUG( in performTLSAuth()
290 BMCWEB_LOG_DEBUG("authHeader={}", authHeader); in authenticate()
H A Dvm_websocket.hpp107 BMCWEB_LOG_DEBUG("Already writing. Bailing out"); in doWrite()
113 BMCWEB_LOG_DEBUG("inputBuffer empty. Bailing out"); in doWrite()
122 BMCWEB_LOG_DEBUG("Wrote {}bytes", bytesWritten); in doWrite()
153 BMCWEB_LOG_DEBUG("Read done. Read {} bytes", bytesRead); in doRead()
221 BMCWEB_LOG_DEBUG("NbdProxyServer destructor"); in ~NbdProxyServer()
223 BMCWEB_LOG_DEBUG("peerSocket->close()"); in ~NbdProxyServer()
227 BMCWEB_LOG_DEBUG("std::filesystem::remove({})", socketId); in ~NbdProxyServer()
232 BMCWEB_LOG_DEBUG("Failed to remove file, ignoring"); in ~NbdProxyServer()
275 BMCWEB_LOG_DEBUG("Connection opened"); in afterAccept()
480 BMCWEB_LOG_DEBUG("nbd-proxy.onopen({})", logPtr(&conn)); in onOpen()
[all …]
H A Dobmc_console.hpp59 BMCWEB_LOG_DEBUG("Already writing. Bailing out"); in doWrite()
65 BMCWEB_LOG_DEBUG("Outbuffer empty. Bailing out"); in doWrite()
110 BMCWEB_LOG_DEBUG("Reading from socket"); in doRead()
115 BMCWEB_LOG_DEBUG("read done. Read {} bytes", bytesRead); in doRead()
188 BMCWEB_LOG_DEBUG("Remove connection {} from obmc console", logPtr(&conn)); in onClose()
223 BMCWEB_LOG_DEBUG("Console duped FD: {}", fd); in connectConsoleSocket()
263 BMCWEB_LOG_DEBUG("Looking up unixFD for Service {} Path {}", consoleService, in processConsoleObject()
281 BMCWEB_LOG_DEBUG("Connection {} opened", logPtr(&conn)); in onOpen()
310 BMCWEB_LOG_DEBUG("Console Object path = {} Request target = {}", in onOpen()
H A Dasync_resolve.hpp32 BMCWEB_LOG_DEBUG("ipv4 address"); in endpointFromResolveTuple()
39 BMCWEB_LOG_DEBUG("ipv6 address"); in endpointFromResolveTuple()
78 BMCWEB_LOG_DEBUG("Trying to resolve: {}:{}", host, port); in async_resolve()
107 BMCWEB_LOG_DEBUG("ResolveHostname returned: {}:{}", hostName, in async_resolve()
122 BMCWEB_LOG_DEBUG("resolved endpoint is : {}", in async_resolve()
/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp210 BMCWEB_LOG_DEBUG("Couldn't parse URI from resource {}", strValue); in addPrefixToStringItem()
223 BMCWEB_LOG_DEBUG("Skipping JsonSchemas URI prefix fixing"); in addPrefixToStringItem()
291 BMCWEB_LOG_DEBUG("Field was not a string"); in addPrefixToItem()
402 BMCWEB_LOG_DEBUG("Received {} response from satellite", respCode); in aggregationRetryHandler()
433 BMCWEB_LOG_DEBUG("There were {} satellite configs found at startup", in constructorCallback()
450 BMCWEB_LOG_DEBUG("Found Satellite Controller at {}", in findSatelliteConfigs()
457 BMCWEB_LOG_DEBUG("Clearing all satellite data"); in findSatelliteConfigs()
564 BMCWEB_LOG_DEBUG("{}{} at {}://{}", resultString, name, in addSatelliteConfig()
584 BMCWEB_LOG_DEBUG( in startAggregation()
591 BMCWEB_LOG_DEBUG( in startAggregation()
[all …]
H A Devent_matches_filter.hpp50 BMCWEB_LOG_DEBUG("Not subscribed to this resource"); in eventMatchesFilter()
53 BMCWEB_LOG_DEBUG("ResourceType {} found in the subscribed list", in eventMatchesFilter()
117 BMCWEB_LOG_DEBUG("'MessageId' not present"); in eventMatchesFilter()
133 BMCWEB_LOG_DEBUG("extracted registry {}", registry); in eventMatchesFilter()
134 BMCWEB_LOG_DEBUG("extracted message key {}", messageKey); in eventMatchesFilter()
140 BMCWEB_LOG_DEBUG("did not find registry {} in registryMsgIds", in eventMatchesFilter()
142 BMCWEB_LOG_DEBUG("registryMsgIds has {} entries", in eventMatchesFilter()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsw_utils.hpp134 BMCWEB_LOG_DEBUG("Image ID: {}", swId); in afterGetProperties()
135 BMCWEB_LOG_DEBUG("Running image: {}", runningImage); in afterGetProperties()
136 BMCWEB_LOG_DEBUG("Image purpose: {}", *swInvPurpose); in afterGetProperties()
184 BMCWEB_LOG_DEBUG("Found {} images", subtree.size()); in afterGetSubtree()
234 BMCWEB_LOG_DEBUG("populateSoftwareInformation enter"); in afterAssociatedEndpoints()
237 BMCWEB_LOG_DEBUG("error_code = {}", ec); in afterAssociatedEndpoints()
238 BMCWEB_LOG_DEBUG("error msg = {}", ec.message()); in afterAssociatedEndpoints()
345 BMCWEB_LOG_DEBUG("Default sw state {} to Disabled", swState); in getRedfishSwState()
369 BMCWEB_LOG_DEBUG("Sw state {} to Warning", swState); in getRedfishSwHealth()
389 BMCWEB_LOG_DEBUG("getSwStatus: swId {} svc {}", *swId, dbusSvc); in getSwStatus()
[all …]
H A Dquery_param.hpp485 BMCWEB_LOG_DEBUG("Processing only query param"); in processOnly()
496 BMCWEB_LOG_DEBUG( in processOnly()
506 BMCWEB_LOG_DEBUG("No found odata.id"); in processOnly()
514 BMCWEB_LOG_DEBUG("@odata.id wasn't a string????"); in processOnly()
532 BMCWEB_LOG_DEBUG("setting completion handler on {}", in processOnly()
604 BMCWEB_LOG_DEBUG("Traversing response at {}", newPtr.to_string()); in findNavigationReferencesInArrayRecursive()
625 BMCWEB_LOG_DEBUG("Found {} at {}", *uri, jsonPtr.to_string()); in findNavigationReferencesInObjectRecursive()
682 BMCWEB_LOG_DEBUG("Traversing response at {}", newPtr); in findNavigationReferencesInObjectRecursive()
765 BMCWEB_LOG_DEBUG("placeResult for {}", locationToPlace); in placeResult()
782 BMCWEB_LOG_DEBUG("{} nodes to traverse", nodes.size()); in startQuery()
[all …]

1234