feat: debug logging

This commit is contained in:
Asger Juul Brunshøj 2025-01-22 23:58:04 +01:00
parent 426c2b463e
commit db01f718ec

View File

@ -105,7 +105,7 @@
after = [ "network.target" ]; after = [ "network.target" ];
description = "Start the Ascend service"; description = "Start the Ascend service";
environment = { environment = {
RUST_LOG = "info"; RUST_LOG = "info,ascend=debug";
LEPTOS_SITE_ADDR = cfg.bindAddress; LEPTOS_SITE_ADDR = cfg.bindAddress;
}; };
path = [ ]; path = [ ];