diff --git a/server/routes/auth.ts b/server/routes/auth.ts index 1dabcdf31..7adcc73ab 100644 --- a/server/routes/auth.ts +++ b/server/routes/auth.ts @@ -380,7 +380,7 @@ authRoutes.post('/jellyfin', async (req, res, next) => { return res.status(200).json(user?.filter() ?? {}); } catch (e) { if (e.message === 'Unauthorized') { - logger.info( + logger.warn( 'Failed login attempt from user with incorrect Jellyfin credentials', { label: 'Auth',