From 5e0469d2a2335a15594632366a999344ea467593 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 3 Oct 2023 16:59:36 -0400 Subject: [PATCH] store: Silence extremely verbose tracing::debug This ends up recursing into the manifest/config objects which is a wall of spam with `env RUST_LOG=debug`. Just print the merge commit to start here. --- lib/src/container/store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/container/store.rs b/lib/src/container/store.rs index 901067b0..47c8ad69 100644 --- a/lib/src/container/store.rs +++ b/lib/src/container/store.rs @@ -1154,7 +1154,7 @@ pub fn query_image_commit(repo: &ostree::Repo, commit: &str) -> Result