mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
reduce log level
This commit is contained in:
parent
59638c261d
commit
250f4a42f0
1 changed files with 2 additions and 1 deletions
|
@ -107,9 +107,10 @@ module.exports = DockerRunner =
|
|||
if exitCode is 1 # exit status from chktex
|
||||
err = DockerRunner.ERR_EXITED
|
||||
err.code = exitCode
|
||||
logger.err err:err, exitCode:exitCode, options:options, "docker container has exited"
|
||||
return callback(err)
|
||||
containerReturned = true
|
||||
options.SecurityOpt = null #small log line
|
||||
logger.log err:err, exitCode:exitCode, options:options, "docker container has exited"
|
||||
callbackIfFinished()
|
||||
|
||||
_getContainerOptions: (command, image, volumes, timeout, environment) ->
|
||||
|
|
Loading…
Reference in a new issue