Skip to content

Commit

Permalink
tl-its-umich-edu#220 - correct level of invitation error log
Browse files Browse the repository at this point in the history
  • Loading branch information
lsloan committed Jan 7, 2022
1 parent ce38c2f commit e18066d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccm_web/server/src/invitation/cirrus-invitation.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class CirrusInvitationService {
logger.debug(response.data)
return response.data
} catch (error) {
logger.debug(`Caught error while sending invitations: ${error}`)
logger.info(`Caught error while sending invitations: ${error}`)
throw new InvitationAPIError(error)
}
}
Expand Down

0 comments on commit e18066d

Please sign in to comment.