X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/920307882b3fe52a08b366a1c81e62f44ee639b9..89cab1faedd4c4209ac642ffd442b0085d9da593:/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)