meshctl logs

meshctl logs

Print all Gloo Platform logs or logs for a specific component.

Synopsis

Print Gloo Platform logs or logs for a specific component. Optionally specify a log level to filter by. Possible target components are:

meshctl logs TARGET [-l LOGLEVEL] [--since DURATION] [flags]

Options

      --addons-namespace string   Gloo Mesh addons namespace. (default "gloo-mesh-addons")
  -h, --help                      help for logs
  -l, --level string              filter logs by a specific log level (default "all")
      --since duration            Only return logs newer than a relative duration like 5s, 2m, or 3h. Defaults to 24h. (default 24h0m0s)

Options inherited from parent commands

      --kubeconfig string    Path to the kubeconfig file for the cluster
      --kubecontext string   Name of the Kubernetes context for the management cluster
  -n, --namespace string     Namespace where Gloo Mesh should be installed (default "gloo-mesh")
      --plain                Add this flag to disable styling for terminal output
  -v, --verbose              Enable verbose logging

SEE ALSO