summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--service.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/service.nix b/service.nix
index 32af356..7e2fabc 100644
--- a/service.nix
+++ b/service.nix
@@ -45,7 +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";
+ LogExtraFields = "LOG_FORMAT=logfmt";
};
startAt = "hourly";
};