Commit adddfe79 authored by Gerd Flaig's avatar Gerd Flaig Committed by Yt
Browse files

Use file sink encoding `json`

Encoding ndjson isn't supported in recent versions.
parent 7fbb7af4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ with pkgs.lib;
              type = "file";
              inputs = [ "journald" ];
              path = "/var/lib/vector/logs.log";
              encoding = { codec = "ndjson"; };
              encoding = { codec = "json"; };
            };
          };
        };