Skip to content

Commit

Permalink
Change log based on PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmeldrum committed Nov 24, 2023
1 parent 665dae7 commit 008ef97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void execute(CommandRequest request, Command command, Map<String, String>
String traceId = MDC.get("traceId");
String spanId = MDC.get("spanId");

log.debug("Executing command {} for ms {} correlationId {} context {}", command.getCommand(), request.getServiceId(),
log.debug("Executing command {} for serviceId {} correlationId {} context {}", command.getCommand(), request.getServiceId(),
request.getCorrelationId(), request.getContext());

try (TerraformClient terraformClient = terraformClientFactory.createClient()) {
Expand Down

0 comments on commit 008ef97

Please sign in to comment.