refactor(dynamic): ensure unique workdir names to avoid conflicts, improve Java sibling stub handling, and enhance comments

This commit is contained in:
elipeter 2026-05-22 11:31:17 -05:00
parent 32211079a0
commit fd50549582
4 changed files with 157 additions and 24 deletions

View file

@ -20,6 +20,7 @@ fn init_tracing() {
let fmt_layer = tracing_fmt::layer()
.pretty()
.with_writer(std::io::stderr)
.with_thread_ids(true)
.with_timer(time::UtcTime::rfc_3339());