Skip to content

Commit 25e2b58

Browse files
committed
fix: address comment
1 parent e2f0d21 commit 25e2b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/atlas/accessListUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export async function ensureCurrentIpInAccessList(apiClient: ApiClient, projectI
4545
);
4646
return;
4747
}
48-
logger.debug(
48+
logger.warning(
4949
LogId.atlasIpAccessListAddFailure,
5050
"accessListUtils",
5151
`Error adding IP access list: ${err instanceof Error ? err.message : String(err)}`

0 commit comments

Comments
 (0)