Initialize tracing

This commit is contained in:
2026-06-12 18:51:52 -04:00
parent c887049286
commit 326694fcc2
3 changed files with 5 additions and 0 deletions

View File

@@ -33,5 +33,8 @@ fn Home() -> Element {
}
fn main() {
#[cfg(debug_assertions)]
dioxus::logger::init(tracing::Level::DEBUG).expect("Failed to initialize tracing logger");
dioxus::launch(App);
}