Skip to content

Commit

Permalink
moved error logs to stream log file when extension missing
Browse files Browse the repository at this point in the history
  • Loading branch information
amohit1315 committed May 31, 2024
1 parent eaa4769 commit 74e280b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statshandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func (h *statshandler) getKPIStats(subResponse *gnmi_pb.SubscribeResponse) *kpiS
break
}
if !jHdrPresent {
h.jctx.config.InternalJtimon.csvLogger.Printf(fmt.Sprintf(
jLog(h.jctx, fmt.Sprintf(
"Juniper header extension not present, available extensions: %v", extIds))
}
}
Expand Down

0 comments on commit 74e280b

Please sign in to comment.