diff options
author | Martin Fischer <martin@push-f.com> | 2025-04-06 22:16:04 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-04-13 23:18:01 +0200 |
commit | 35275699ade84abefbf0b1a6c82882d8d470c8ad (patch) | |
tree | 6edd7605d2caf9696485979f695c0424f451abf7 /service.nix | |
parent | 8d834d04be72597fa8a9627af3b471ab65baaa0d (diff) |
feat: use structured logging
Diffstat (limited to 'service.nix')
-rw-r--r-- | service.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/service.nix b/service.nix index 6024b5e..e1ebe1c 100644 --- a/service.nix +++ b/service.nix @@ -53,6 +53,7 @@ in DynamicUser = true; RuntimeDirectory = "lex-serve"; WorkingDirectory = lex_surf; + LogExtraFields = "LOG_FORMAT=logfmt"; }; environment = { |