Skip to content

Commit 46dd3b8

Browse files
committed
Fix log which is sent after heartbeat is stored
1 parent fed1015 commit 46dd3b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/pkg/services/heartbeat_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func (service *HeartbeatService) Store(ctx context.Context, params HeartbeatStor
9696
return nil, service.tracer.WrapErrorSpan(span, stacktrace.Propagate(err, msg))
9797
}
9898

99-
ctxLogger.Info(fmt.Sprintf("heartbeat saved with id [%s] in the userRepository", heartbeat.ID))
99+
ctxLogger.Info(fmt.Sprintf("heartbeat saved with id [%s] for user [%s]", heartbeat.ID, heartbeat.UserID))
100100
return heartbeat, nil
101101
}
102102

0 commit comments

Comments
 (0)