tweak logging
This commit is contained in:
parent
7cfb07241c
commit
111bf2b490
3 changed files with 13 additions and 7 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue