Skip to content

Commit

Permalink
Update logs
Browse files Browse the repository at this point in the history
  • Loading branch information
guimard committed Feb 6, 2025
1 parent aa0b072 commit 1ba8bf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const Authenticate = (
// @ts-ignore token is defined
callback(data, token)
} else {
logger.warn('Bad token', userInfo)
logger.info('Bad local token, trying remote', userInfo)
remoteAuth(req, res, callback)
}
})
Expand Down

0 comments on commit 1ba8bf5

Please sign in to comment.