summaryrefslogtreecommitdiff
path: root/service.nix
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-03-22 22:17:48 +0100
committerMartin Fischer <martin@push-f.com>2025-03-26 08:48:43 +0100
commit2ee6afdf3356dea2aebdd48d20dfe9eb07037ba3 (patch)
tree3902cbce2952eb2b22e608eafafc919a4d4c1029 /service.nix
parentfff83bca1b5069f49af4d2e1dc1e1b1da60d7a61 (diff)
feat: improve logging
Diffstat (limited to 'service.nix')
-rw-r--r--service.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/service.nix b/service.nix
index fcd665e..32af356 100644
--- a/service.nix
+++ b/service.nix
@@ -45,6 +45,7 @@ in
ExecStart = "${osm_proposals}/bin/osm-proposals /var/lib/osm-proposals/proposals.json";
# Not using DynamicUser because then the StateDirectory becomes unreadable
# by other users, even when setting StateDirectoryMode for some reason.
+ LogExtraFields = "log_format=logfmt";
};
startAt = "hourly";
};