executor/* Launch log at top of Launch is more explicit, trace

This commit is contained in:
Lang Martin
2019-05-07 17:01:05 -04:00
parent 538f387d8d
commit 9688710c10
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ func NewExecutorWithIsolation(logger hclog.Logger) Executor {
// Launch creates a new container in libcontainer and starts a new process with it
func (l *LibcontainerExecutor) Launch(command *ExecCommand) (*ProcessState, error) {
l.logger.Debug("launch prep", "command", command.Cmd, "args", strings.Join(command.Args, " "))
l.logger.Trace("preparing to launch command", "command", command.Cmd, "args", strings.Join(command.Args, " "))
if command.Resources == nil {
command.Resources = &drivers.Resources{