We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f0d21 commit 25e2b58Copy full SHA for 25e2b58
src/common/atlas/accessListUtils.ts
@@ -45,7 +45,7 @@ export async function ensureCurrentIpInAccessList(apiClient: ApiClient, projectI
45
);
46
return;
47
}
48
- logger.debug(
+ logger.warning(
49
LogId.atlasIpAccessListAddFailure,
50
"accessListUtils",
51
`Error adding IP access list: ${err instanceof Error ? err.message : String(err)}`
0 commit comments