feat: debug logging
This commit is contained in:
@@ -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 = [ ];
|
||||||
|
|||||||
Reference in New Issue
Block a user