X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0f42105b1b59d1b5da764f34e6eb6a1137d7e1cb..fd9342c42faaf2c6aa2a6800fe91172bf24e2916:/lib/service/cmd.go diff --git a/lib/service/cmd.go b/lib/service/cmd.go index 880799b348..dbafc89fe4 100644 --- a/lib/service/cmd.go +++ b/lib/service/cmd.go @@ -105,7 +105,8 @@ func (c *command) RunCommand(prog string, args []string, stdin io.Reader, stdout // logger with a new one according to the logging config. log = ctxlog.New(stderr, cluster.SystemLogs.Format, cluster.SystemLogs.LogLevel) logger := log.WithFields(logrus.Fields{ - "PID": os.Getpid(), + "PID": os.Getpid(), + "ClusterID": cluster.ClusterID, }) ctx := ctxlog.Context(c.ctx, logger)