reduce log level
This commit is contained in:
@@ -107,9 +107,10 @@ module.exports = DockerRunner =
|
|||||||
if exitCode is 1 # exit status from chktex
|
if exitCode is 1 # exit status from chktex
|
||||||
err = DockerRunner.ERR_EXITED
|
err = DockerRunner.ERR_EXITED
|
||||||
err.code = exitCode
|
err.code = exitCode
|
||||||
logger.err err:err, exitCode:exitCode, options:options, "docker container has exited"
|
|
||||||
return callback(err)
|
return callback(err)
|
||||||
containerReturned = true
|
containerReturned = true
|
||||||
|
options.SecurityOpt = null #small log line
|
||||||
|
logger.log err:err, exitCode:exitCode, options:options, "docker container has exited"
|
||||||
callbackIfFinished()
|
callbackIfFinished()
|
||||||
|
|
||||||
_getContainerOptions: (command, image, volumes, timeout, environment) ->
|
_getContainerOptions: (command, image, volumes, timeout, environment) ->
|
||||||
|
|||||||
Reference in New Issue
Block a user