You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oxlog: Glob match zone names for 'logs' subcommand
`oxlog logs` currently requires a precise match for the zone name. This
is inconvenient when attempting to search across multiple zones with
similar names. For example, when searching all Crucible downstairs, or
using Pilot to query Nexus logs on multiple sleds.
Use the `glob` crate to pattern match against the zone string provided,
potentially allowing the logs from multiple zones to be returned.
Example usage:
$ oxlog logs 'nexus_*' --current
0 commit comments