fix: machine logs timestamp parsing and streaming for systemd <v255

This commit is contained in:
Pasha Sviderski
2026-04-23 17:31:31 +10:00
parent f379bf4c14
commit 50057c42e0
4 changed files with 132 additions and 16 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ func logs(ctx context.Context, unit string, opts api.ServiceLogsOptions) (io.Rea
}
args = append(args, "-o")
args = append(args, "short-iso-precise")
args = append(args, "short-unix")
if opts.Since != "" {
args = append(args, "-S")