From 978e55f7469a3eb2c99933883d6e54d7f6729af9 Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 8 Feb 2024 08:59:25 +0000 Subject: [PATCH] control_plane: upgrade compute hook message to INFO --- control_plane/attachment_service/src/compute_hook.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control_plane/attachment_service/src/compute_hook.rs b/control_plane/attachment_service/src/compute_hook.rs index 0d3610aafa..0b69e76b15 100644 --- a/control_plane/attachment_service/src/compute_hook.rs +++ b/control_plane/attachment_service/src/compute_hook.rs @@ -177,7 +177,7 @@ impl ComputeHook { req }; - tracing::debug!( + tracing::info!( "Sending notify request to {} ({:?})", url, reconfigure_request