Skip to content

Commit

Permalink
Add: more logs (#7584)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraggle committed Sep 20, 2024
1 parent 4aa27f6 commit a908512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions connectors/src/connectors/notion/lib/notion_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,8 @@ export async function isAccessibleAndUnarchived(
}
} else {
tryLogger.warn(
{ headers: e.headers },
"Retry-After header not found."
{ reponseHeaders: e.headers },
`Retry-After header not found [${e.headers["Retry-After"]}] [${e.headers["retry-after"]}].`
);
}
} catch (e) {
Expand Down

0 comments on commit a908512

Please sign in to comment.