Skip to content

Commit

Permalink
DO NOT MERGE: fast_import image with connstring logging
Browse files Browse the repository at this point in the history
  • Loading branch information
NanoBjorn committed Dec 19, 2024
1 parent 04517c6 commit 7c423c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compute_tools/src/bin/fast_import.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ pub(crate) async fn main() -> anyhow::Result<()> {
}
};

// NEVER MERGE THIS
info!("source connection string: {}", source_connection_string);

//
// Start the work
//
Expand Down

0 comments on commit 7c423c7

Please sign in to comment.