Merge pull request #7906 from overleaf/em-downgrade-logs
Downgrade all INFO logs to DEBUG GitOrigin-RevId: 05ed582ef0721fcada059f0ad158565f50feca27
This commit is contained in:
@@ -53,7 +53,7 @@ module.exports = OutputFileFinder = {
|
||||
'f',
|
||||
'-print',
|
||||
]
|
||||
logger.log({ args }, 'running find command')
|
||||
logger.debug({ args }, 'running find command')
|
||||
|
||||
const proc = spawn('find', args)
|
||||
let stdout = ''
|
||||
|
||||
Reference in New Issue
Block a user