Skip to content

Commit 8558c2d

Browse files
authored
Merge pull request #205 from carbonblack/fix-errorlevel-logging-in-pbprocessor
Update pb_message_processor.go
2 parents 9a96ce4 + a504204 commit 8558c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cb-event-forwarder/pb_message_processor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func ProcessRawZipBundle(routingKey string, body []byte, headers amqp.Table) ([]
119119

120120
newMsgs, err := ProcessProtobufBundle(routingKey, unzippedFile, headers)
121121
if err != nil {
122-
log.Errorf("Error processing zip filename %s: %s", zf.Name, err.Error())
122+
log.Debugf("Error processing zip filename %s: %s", zf.Name, err.Error())
123123

124124
if config.DebugFlag {
125125
// using anonymous func to encapsulate the defers

0 commit comments

Comments
 (0)