diff --git a/extensions/warp-ipfs/tests/common.rs b/extensions/warp-ipfs/tests/common.rs index f9b9ffe63..ecf71b16e 100644 --- a/extensions/warp-ipfs/tests/common.rs +++ b/extensions/warp-ipfs/tests/common.rs @@ -139,6 +139,11 @@ pub async fn create_account_and_chat( pub async fn create_accounts_and_chat( infos: Vec<(Option<&str>, Option<&str>, Option)>, ) -> anyhow::Result, Box, DID, Identity)>> { + tracing_subscriber::registry() + .with(fmt::layer().pretty()) + .with(EnvFilter::from_default_env()) + .init(); + let mut accounts = vec![]; let mut nodes = vec![]; for (username, passphrase, context) in infos {