X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/37d9f94b06ff367a3514b58ec6f0e4d4d0116030..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)