tweak logging

This commit is contained in:
Qyriad 2026-03-26 12:44:48 +01:00
parent 7cfb07241c
commit 111bf2b490
3 changed files with 13 additions and 7 deletions

View file

@ -69,7 +69,7 @@ in
path = [ config.nix.package ];
serviceConfig = {
Environment = [
"RUST_LOG=info,dynix=trace"
"RUST_LOG=info,dynix=debug"
];
ExecSearchPath = [ "/run/current-system/sw/bin" ];
SuccessExitStatus = [ "0" "2" ];