Skip to content

Commit

Permalink
feat: add deploymentId (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
cool-firer authored Oct 9, 2024
1 parent dafe758 commit 0bc237a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/network-support/src/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ export function createFetch(
if (_res.status !== 200 && type === OrderType.fallback) {
logger?.info({
type: 'fallbackDetail',
deploymentId: orderManager.getProjectId(),
status: _res.status,
retry: retries,
fallbackServiceUrl: orderManager.fallbackServiceUrl,
body: JSON.stringify(body),
res: JSON.stringify(res),
rid,
Expand Down

0 comments on commit 0bc237a

Please sign in to comment.