Merge pull request #7906 from overleaf/em-downgrade-logs
Downgrade all INFO logs to DEBUG GitOrigin-RevId: 05ed582ef0721fcada059f0ad158565f50feca27
This commit is contained in:
@@ -26,7 +26,7 @@ module.exports = {
|
||||
: 0
|
||||
|
||||
if (numberOfSuggestions > 10) {
|
||||
logger.log('health check passed')
|
||||
logger.debug('health check passed')
|
||||
res.sendStatus(200)
|
||||
} else {
|
||||
logger.err(
|
||||
|
||||
Reference in New Issue
Block a user