about summary refs log tree commit diff
path: root/src/view
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-02-26 20:19:06 -0800
committerGitHub <noreply@github.com>2024-02-26 20:19:06 -0800
commitc8582924e2421e5383050c4f60a80d2e74287c07 (patch)
treea17f8ebcec28a1ed70e57bc1fc01ed3a130d0090 /src/view
parent1a349216612d3c36edef47cac6bbd4b72a34ab38 (diff)
downloadvoidsky-c8582924e2421e5383050c4f60a80d2e74287c07.tar.zst
Scale back sentry logs for trivial events (#2997)
* scale back sentry logs

* update migrate log tests
Diffstat (limited to 'src/view')
-rw-r--r--src/view/com/auth/login/LoginForm.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/auth/login/LoginForm.tsx b/src/view/com/auth/login/LoginForm.tsx
index e480de7a4..fdba9f203 100644
--- a/src/view/com/auth/login/LoginForm.tsx
+++ b/src/view/com/auth/login/LoginForm.tsx
@@ -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`))