Skip to content

Commit

Permalink
Enable logs on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh committed Jul 17, 2024
1 parent 3cf744f commit dbd1f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/citrea/tests/e2e/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion bin/citrea/tests/evm/archival_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit dbd1f25

Please sign in to comment.