Skip to content

Commit

Permalink
fix: log forwarder trace (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
varas authored Oct 14, 2020
1 parent 48fec4b commit 54aec01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/integrations/v4/supervisor.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func (s *Supervisor) logLine(out []byte, channel string) {
// avoid feedback loops
if !strings.Contains(strOut, componentName) {
if s.traceOutput {
trace.LogFwdOutput(saneLine)
trace.LogFwdOutput(strOut)
return
}

Expand Down

0 comments on commit 54aec01

Please sign in to comment.