diff --git a/bin/citrea/tests/e2e/mod.rs b/bin/citrea/tests/e2e/mod.rs index c154732fa..00f7c8109 100644 --- a/bin/citrea/tests/e2e/mod.rs +++ b/bin/citrea/tests/e2e/mod.rs @@ -3284,7 +3284,7 @@ async fn test_full_node_sync_status() { #[tokio::test(flavor = "multi_thread")] async fn test_sequencer_commitment_threshold() { - // citrea::initialize_logging(tracing::Level::DEBUG); + citrea::initialize_logging(tracing::Level::DEBUG); let storage_dir = tempdir_with_children(&["DA", "sequencer"]); let da_db_dir = storage_dir.path().join("DA").to_path_buf(); diff --git a/bin/citrea/tests/evm/archival_state.rs b/bin/citrea/tests/evm/archival_state.rs index 8ea9a7de4..8be828f26 100644 --- a/bin/citrea/tests/evm/archival_state.rs +++ b/bin/citrea/tests/evm/archival_state.rs @@ -16,7 +16,7 @@ use crate::{ #[tokio::test(flavor = "multi_thread")] async fn test_archival_state() -> Result<(), anyhow::Error> { - // citrea::initialize_logging(tracing::Level::INFO); + citrea::initialize_logging(tracing::Level::DEBUG); let storage_dir = tempdir_with_children(&["DA", "sequencer", "full-node"]); let da_db_dir = storage_dir.path().join("DA").to_path_buf();