From 141d356aecd4ff7fde969a292d9b6a161b6b1001 Mon Sep 17 00:00:00 2001 From: George Blue Date: Tue, 2 Apr 2024 15:10:54 +0100 Subject: [PATCH] address code review comment --- handlers/last_binding_operation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/last_binding_operation.go b/handlers/last_binding_operation.go index 832265cb..9898437e 100644 --- a/handlers/last_binding_operation.go +++ b/handlers/last_binding_operation.go @@ -24,7 +24,7 @@ func (h APIHandler) LastBindingOperation(w http.ResponseWriter, req *http.Reques OperationData: req.FormValue("operation"), } - logger := h.logger.Session(req.Context(), lastBindingOperationLogKey, blog.InstanceID(instanceID)) + logger := h.logger.Session(req.Context(), lastBindingOperationLogKey, blog.InstanceID(instanceID), blog.BindingID(bindingID)) requestId := fmt.Sprintf("%v", req.Context().Value(middlewares.RequestIdentityKey))