summaryrefslogtreecommitdiff
path: root/service.nix
diff options
context:
space:
mode:
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";
};