fsoc optimize servo-logs

Retrieve the logs of the Servo agent currently running for the given optimization

fsoc optimize servo-logs [flags]

Examples

  fsoc optimize servo-logs -i namespace-name-00000000-0000-0000-0000-000000000000

Options

  -c, --count int             Limit the number of log lines retrieved to the specified count (default -1)
  -h, --help                  help for servo-logs
  -i, --optimizer-id string   ID of Optimizer for which to retrieve servo logs.
  -s, --since string          Retrieve logs contained in the time interval starting at a relative or exact time. (default: -1h)
  -u, --until string          Retrieve logs contained in the time interval ending at a relative or exact time. (default: now)

Options Inherited From Parent Commands

      --config string      config file (default is ~/.fsoc). May be .yaml or .json
      --curl               log curl equivalent for platform API calls (implies --verbose)
      --fields string      perform specified fields transform/extract JQ expression
      --log string         set a location and name for the fsoc log file (default "/tmp/fsoc.log")
      --no-version-check   skip the daily check for new versions of fsoc
  -o, --output string      output format (auto, table, detail, json, yaml) (default "auto")
      --profile string     access profile (default is current or "default")
  -v, --verbose            enable detailed output

See Also