Leaving servers

This commit is contained in:
2024-10-13 22:27:20 -04:00
Unverified
parent 8168f19b5f
commit 62c7e392dd
4 changed files with 93 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ async fn main() -> eframe::Result {
.with_file(true)
.with_line_number(true)
.with_thread_ids(true)
.with_target(true)
.with_target(false)
.finish();
subscriber::set_global_default(subscriber).unwrap();