From db01f718ec5de7f359c588aaab9a60926d41e1c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asger=20Juul=20Brunsh=C3=B8j?= Date: Wed, 22 Jan 2025 23:58:04 +0100 Subject: [PATCH] feat: debug logging --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6f0b889..bcc230d 100644 --- a/flake.nix +++ b/flake.nix @@ -105,7 +105,7 @@ after = [ "network.target" ]; description = "Start the Ascend service"; environment = { - RUST_LOG = "info"; + RUST_LOG = "info,ascend=debug"; LEPTOS_SITE_ADDR = cfg.bindAddress; }; path = [ ];