Skip to main content

wf logs

wf logs

Retrieves logs from Wayfinder's control plane

Synopsis

Retrieves logs from Wayfinder's control plane

The following components are available for use with --component:

  • api - REST API which the CLI and portal talk to
  • controllers - reconciliation of Wayfinder resources into the desired outcomes
  • webhooks - validation (and/or mutation) of Wayfinder resources when created, updated or deleted
  • kubeproxy - user access to managed clusters' Kubernetes APIs
  • portal - Wayfinder UI
wf logs [flags]

Examples


# Tail logs from a component:
$ wf logs -c api -t 50
# Follow the logs of all components:
$ wf logs --all-components -f

Options

  -a, --all-components     get logs from all components
-c, --component string get logs from a single component
-f, --follow follow logs
-h, --help help for logs
-t, --tail int show this many log lines

Options inherited from parent commands

      --debug              Debug / trace logging (default: false)
--force Force operation to happen (default: false)
--no-wait Do not wait for resources to provision
-o, --output string Output format of the resource (json,yaml,table) (default "table")
--profile string Use a profile other than your current - to change current: wf use profile NAME
--show-headers Display headers on table out (default true)
--verbose Verbose logging (default: false)
-w, --workspace string Workspace to use - to change default: wf use workspace NAME

SEE ALSO

  • wf - CLI interface for Wayfinder