Skip to content

Commit

Permalink
Delete debug messages which make log info useless
Browse files Browse the repository at this point in the history
  • Loading branch information
zhonghui12 committed Jan 25, 2021
1 parent f39aca7 commit 1afb131
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cloudwatch/cloudwatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ func (output *OutputPlugin) AddEvent(e *Event) int {
return fluentbit.FLB_RETRY
}
}
logrus.Debugf("[cloudwatch %d] Get ECS Metadata: %+v\n", output.PluginInstanceID, output.ecsMetadata)

// Step 4. Assign a log group and log stream name to the Event.
output.setGroupStreamNames(e)
Expand Down

0 comments on commit 1afb131

Please sign in to comment.