mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
feat: support filtering service logs by machine (-m/--machine)
This commit is contained in:
@@ -52,6 +52,9 @@ type ServiceLogsOptions struct {
|
||||
Tail int
|
||||
Since string
|
||||
Until string
|
||||
// Machines filters logs to only include containers running on the specified machines (names or IDs).
|
||||
// If empty, logs from all machines are included.
|
||||
Machines []string
|
||||
}
|
||||
|
||||
// ServiceLogEntry represents a single log entry from a service container.
|
||||
|
||||
Reference in New Issue
Block a user