Skip to content

Commit

Permalink
Pass taskId as parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Nov 21, 2021
1 parent b04a050 commit 5343b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger/log_drainer_storer.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (l *logDrainerStorer) StoreResources(messages []logging.Resource, count int
syslogMessage.SetProcID("[APP/PROC/SIDERITE/0]")
syslogMessage.SetAppname(msg.ApplicationName)
syslogMessage.SetHostname(msg.ServerName)
syslogMessage.SetParameter("siderite", "key", "value")
syslogMessage.SetParameter("siderite", "taskId", msg.ApplicationInstance)
syslogMessage.SetMessage(string(decoded))
message, _ := syslogMessage.String()
req := &http.Request{
Expand Down

0 comments on commit 5343b42

Please sign in to comment.