diff --git a/agent.go b/agent.go index e5dc77ff8e..112616500e 100644 --- a/agent.go +++ b/agent.go @@ -72,8 +72,9 @@ type namespace struct { } var agentLog = logrus.WithFields(logrus.Fields{ - "name": agentName, - "pid": os.Getpid(), + "name": agentName, + "pid": os.Getpid(), + "source": "agent", }) // version is the agent version. This variable is populated at build time.