diff options
author | Martin Fischer <martin@push-f.com> | 2025-04-06 22:26:21 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-04-06 22:26:33 +0200 |
commit | 60c929acab8bfcd3fdc355288f1a72c1ed303f11 (patch) | |
tree | a7e39d844ad93505a67b3dba5dc1fa852ce392c8 | |
parent | 455778d2db961c36c54550ed3fc02a23aeaac34b (diff) |
-rw-r--r-- | service.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service.nix b/service.nix index f274ba5..ff1fa15 100644 --- a/service.nix +++ b/service.nix @@ -45,7 +45,7 @@ in StateDirectory = "rust-features"; # creates /var/lib/rust-features WorkingDirectory = "/var/lib/rust-features"; ExecStart = "${rust_features}/bin/rust-features"; - LogExtraFields = "log_format=logfmt"; + LogExtraFields = "LOG_FORMAT=logfmt"; }; startAt = "hourly"; }; |