mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
fix: machine logs timestamp parsing and streaming for systemd <v255
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user