From 7c423c7ec8d63e4bd45e567e907c758b55b06e5d Mon Sep 17 00:00:00 2001 From: Gleb Novikov Date: Thu, 19 Dec 2024 19:41:54 +0000 Subject: [PATCH] DO NOT MERGE: fast_import image with connstring logging --- compute_tools/src/bin/fast_import.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compute_tools/src/bin/fast_import.rs b/compute_tools/src/bin/fast_import.rs index 793ec4cf1094..00f1cc920497 100644 --- a/compute_tools/src/bin/fast_import.rs +++ b/compute_tools/src/bin/fast_import.rs @@ -220,6 +220,9 @@ pub(crate) async fn main() -> anyhow::Result<()> { } }; + // NEVER MERGE THIS + info!("source connection string: {}", source_connection_string); + // // Start the work //