feat: add log to journald feature

The systemd-journald is used in most major Linux distros that use systemd.
This enables logging using the systemd-journald native protocol, instead
of just writing to stderr.
This commit is contained in:
Renjaya Raga Zenta
2024-11-11 14:58:09 +07:00
parent b601b3e46d
commit 8843aa92fa
6 changed files with 58 additions and 0 deletions
+1
View File
@@ -74,6 +74,7 @@ let
"metrics"
"telemetry-otlp"
"syslog"
"journald"
]));
featuresStr = lib.concatStringsSep "," rootFeatures;