Skip to content

Commit 54aec01

Browse files
authored
fix: log forwarder trace (#170)
1 parent 48fec4b commit 54aec01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/integrations/v4/supervisor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ func (s *Supervisor) logLine(out []byte, channel string) {
178178
// avoid feedback loops
179179
if !strings.Contains(strOut, componentName) {
180180
if s.traceOutput {
181-
trace.LogFwdOutput(saneLine)
181+
trace.LogFwdOutput(strOut)
182182
return
183183
}
184184

0 commit comments

Comments
 (0)