mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 20:31:34 +02: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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user