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