Skip to content

Commit 8c96c81

Browse files
authored
Change logging severity for passing callable auth validation (#1138)
1 parent a2b9e73 commit 8c96c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/providers/https.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ async function checkTokens(
618618
}
619619

620620
if (errs.length == 0) {
621-
logger.info('Callable request verification passed', logPayload);
621+
logger.debug('Callable request verification passed', logPayload);
622622
} else {
623623
logger.warn(
624624
`Callable request verification failed: ${errs.join(' ')}`,

0 commit comments

Comments
 (0)