mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-08 08:39:03 +02:00
Merge pull request #7906 from overleaf/em-downgrade-logs
Downgrade all INFO logs to DEBUG GitOrigin-RevId: 05ed582ef0721fcada059f0ad158565f50feca27
This commit is contained in:
@@ -7,7 +7,7 @@ const SessionManager = require('../Authentication/SessionManager')
|
||||
function removeUserFromGroup(req, res, next) {
|
||||
const subscription = req.entity
|
||||
const userToRemoveId = req.params.user_id
|
||||
logger.log(
|
||||
logger.debug(
|
||||
{ subscriptionId: subscription._id, userToRemove_id: userToRemoveId },
|
||||
'removing user from group subscription'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user