diff --git a/cli/cli/commands/service/logs/logs.go b/cli/cli/commands/service/logs/logs.go index cf4881f316..67d0ddb138 100644 --- a/cli/cli/commands/service/logs/logs.go +++ b/cli/cli/commands/service/logs/logs.go @@ -189,7 +189,7 @@ func run( if clusterType == resolved_config.KurtosisClusterType_Kubernetes { //These Kurtosis primitives came from the backend (container-engine-lib) and this is the reason //why are different from the same defined earlier (which came from the Kurtosis SDK) - kurtosisBackendServiceUUID := service.ServiceUUID(serviceIdentifier) + kurtosisBackendServiceUUID := service.ServiceUUID(serviceUuid) userServiceFilters := &service.ServiceFilters{ Names: nil,