mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-12 07:30:46 +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:
@@ -212,7 +212,7 @@ module.exports = UpdateMerger = {
|
||||
)
|
||||
return callback(err)
|
||||
}
|
||||
logger.log({ docLines }, 'processing doc update from tpds')
|
||||
logger.debug({ docLines }, 'processing doc update from tpds')
|
||||
return EditorController.upsertDocWithPath(
|
||||
project_id,
|
||||
path,
|
||||
|
||||
Reference in New Issue
Block a user