mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #11235 from overleaf/jpa-clsi-silence-404
[clsi] reduce noise in sentry by lowering log level of a verbose error GitOrigin-RevId: faa11e637011167a3b4772ba65dab32a2679c64e
This commit is contained in:
parent
ac61596274
commit
e00e17035c
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ const DockerRunner = {
|
|||
container.wait((error, res) => {
|
||||
if (error != null) {
|
||||
clearTimeout(timeoutId)
|
||||
logger.error({ err: error, containerId }, 'error waiting for container')
|
||||
logger.warn({ err: error, containerId }, 'error waiting for container')
|
||||
return callback(error)
|
||||
}
|
||||
if (timedOut) {
|
||||
|
|
Loading…
Reference in a new issue