--follow, -f | Boolean | false | Print new records as they arrive. |
--tail, -n | integer | 200 | Initial records; 0 for none, -1 for all. |
--since | duration or timestamp | none | Include records after a duration such as 15m or a timestamp. |
--until | duration or timestamp | none | Include records before a duration or timestamp. |
--level | enum | info | Minimum level: debug, info, warn, or error. |
--component | string | none | Select a subsystem, such as api or daemon. |
--grep | regular expression | none | Match message, component, or attributes. |
--json | string list | none | Select time, level, component, message, or attrs. |
--jq, -q | string | none | Filter JSON output with jq. |
--template, -t | string | none | Render JSON data with a Go template. |