mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-21 20:18:06 +02:00
refactor(dynamic): ensure unique workdir names to avoid conflicts, improve Java sibling stub handling, and enhance comments
This commit is contained in:
parent
32211079a0
commit
fd50549582
4 changed files with 157 additions and 24 deletions
|
|
@ -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());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue