Skip to content

Commit

Permalink
fux log line in lookout v2 ingester (#3064)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Martin <[email protected]>
  • Loading branch information
d80tb7 and d80tb7 authored Oct 24, 2023
1 parent b57c989 commit 018b256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/lookoutingesterv2/instructions/instructions.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ func (c *InstructionConverter) convertSequence(
case *armadaevents.EventSequence_Event_ResourceUtilisation:
case *armadaevents.EventSequence_Event_StandaloneIngressInfo:
case *armadaevents.EventSequence_Event_PartitionMarker:
log.Debugf("Ignoring event type %T", event)
log.Debugf("Ignoring event type %T", event.GetEvent())
default:
log.Warnf("Ignoring unknown event type %T", event)
log.Warnf("Ignoring unknown event type %T", event.GetEvent())
}
if err != nil {
c.metrics.RecordPulsarMessageError(metrics.PulsarMessageErrorProcessing)
Expand Down

0 comments on commit 018b256

Please sign in to comment.