evroc logs read

Read log entries

Synopsis

Read log entries

evroc logs read [QUERY] [flags]

Options

      --end string             end time for the query as a nanosecond Unix epoch or RFC 3339 UTC "Zulu" format. Defaults to now
  -h, --help                   help for read
      --limit uint32           max number of entries to return (default 100)
  -n, --resource-name string   name of the resource for which logs are queried
  -r, --reverse                output displayed in reverse order
      --since string           duration string of the form [0-9]+[smhdwy]. Logging returns results with a timestamp greater than this duration before now. This value takes precedence over start and end.
      --start string           start time for the query as a nanosecond Unix epoch or RFC 3339 UTC "Zulu" format. Defaults to one hour ago

Options inherited from parent commands

      --config string   Path to the evroc config file (default "~/.evroc/config.yaml")
      --force-yes       Overrides confirmation prompts on destructive actions - use with caution
      --json            JSON output

SEE ALSO