Skip to content

Commit

Permalink
log mirror status endpoint call
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Jan 9, 2024
1 parent 1d51fd6 commit 28843e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/cmd/mirror_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ func (h *FlowRequestHandler) MirrorStatus(
ctx context.Context,
req *protos.MirrorStatusRequest,
) (*protos.MirrorStatusResponse, error) {
slog.Info("Mirror status endpoint called")
cdcFlow, err := h.isCDCFlow(ctx, req.FlowJobName)
if err != nil {
return &protos.MirrorStatusResponse{
Expand Down

0 comments on commit 28843e1

Please sign in to comment.