From 4d103578053ba7ce312aec04012a061f6c3628d8 Mon Sep 17 00:00:00 2001 From: dkuc <9499094+dkuc@users.noreply.github.com> Date: Tue, 9 Dec 2025 08:38:26 -0600 Subject: [PATCH] Decrease Inventory logging to INFO level --- manifests/core_host_inventory.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/core_host_inventory.pp b/manifests/core_host_inventory.pp index b7c1705..76f3767 100644 --- a/manifests/core_host_inventory.pp +++ b/manifests/core_host_inventory.pp @@ -201,7 +201,7 @@ 'Image' => $image, 'ContainerName' => 'iop-core-host-inventory', 'Network' => 'iop-core-network', - 'Exec' => 'make run_inv_mq_service', + 'Exec' => './inv_mq_service.py', 'Environment' => [ 'KAFKA_BOOTSTRAP_SERVERS=PLAINTEXT://iop-core-kafka:9092', 'USE_SUBMAN_ID=true',