Scale back sentry logs for trivial events (#2997)
* scale back sentry logs * update migrate log tests
This commit is contained in:
parent
1a34921661
commit
c8582924e2
7 changed files with 24 additions and 24 deletions
|
@ -107,7 +107,7 @@ export const LoginForm = ({
|
|||
const errMsg = e.toString()
|
||||
setIsProcessing(false)
|
||||
if (errMsg.includes('Authentication Required')) {
|
||||
logger.info('Failed to login due to invalid credentials', {
|
||||
logger.debug('Failed to login due to invalid credentials', {
|
||||
error: errMsg,
|
||||
})
|
||||
setError(_(msg`Invalid username or password`))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue