You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: cherry pick PR#3422 feat(logging): enhanced logging upon receiving responses from the Mirror Node server (#3422) to release/0.64 (#3426)
chore(logging): enhanced logging upon receiving responses from the Mirror Node server (#3422)
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
`${requestIdPrefix} An accepted error occurred while communicating with the mirror node server: method=${method}, path=${path}, status=${effectiveStatusCode}`,
439
+
);
432
440
}
433
441
returnnull;
434
442
}
@@ -445,7 +453,7 @@ export class MirrorNodeClient {
0 commit comments