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 = [ ];