Skip to content

Commit 5b55eee

Browse files
authored
Merge pull request #559 from UniversityOfHelsinkiCS/trunk
more logging, #558
2 parents 44ea887 + c075de7 commit 5b55eee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/server/controllers/login.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ module.exports = {
6565
})
6666
})
6767
} else {
68+
logger.error('wrong credentials', { error: 'wrong credentials for user: ' + result.response.body.username })
6869
res.status(401).send({
6970
body
7071
})

0 commit comments

Comments
 (0)