chore: fmt compose environment

This commit is contained in:
andrussal 2025-12-15 20:51:25 +01:00
parent a7f7865d50
commit bc943042d8

View File

@ -10,7 +10,7 @@ use testing_framework_core::{
adjust_timeout, scenario::CleanupGuard, topology::generation::GeneratedTopology, adjust_timeout, scenario::CleanupGuard, topology::generation::GeneratedTopology,
}; };
use tokio::{process::Command, time::timeout}; use tokio::{process::Command, time::timeout};
use tracing::{debug, info, warn}; use tracing::{debug, error, info, warn};
use uuid::Uuid; use uuid::Uuid;
use crate::{ use crate::{
@ -128,8 +128,6 @@ impl StackEnvironment {
/// Dump compose logs and trigger cleanup after a failure. /// Dump compose logs and trigger cleanup after a failure.
pub async fn fail(&mut self, reason: &str) { pub async fn fail(&mut self, reason: &str) {
use tracing::error;
error!( error!(
reason = reason, reason = reason,
"compose stack failure; dumping docker logs" "compose stack failure; dumping docker logs"