mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-05 23:03:07 +00:00
Compose: dump logs on bring-up failure
This commit is contained in:
parent
54a73c54b5
commit
88d89b6e14
@ -398,6 +398,8 @@ pub async fn prepare_environment(
|
||||
));
|
||||
}
|
||||
Err(err) => {
|
||||
// Attempt to capture container logs even when bring-up fails early.
|
||||
dump_compose_logs(&compose_path, &project_name, &workspace.root).await;
|
||||
cfgsync_handle.shutdown();
|
||||
last_err = Some(err);
|
||||
if prometheus_port_locked {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user