summaryrefslogtreecommitdiffstats
path: root/tedge/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tedge/src/main.rs')
-rw-r--r--tedge/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tedge/src/main.rs b/tedge/src/main.rs
index 18ffc316..776f83be 100644
--- a/tedge/src/main.rs
+++ b/tedge/src/main.rs
@@ -14,6 +14,7 @@ async fn main() -> miette::Result<()> {
args.logging,
args.chrome_logging.as_ref(),
args.tracy_logging,
+ args.tree_logging,
)?;
info!("Tedge booting...");
debug!(?args, "Tedge CLI");