Revision 461ba4647a6abf0e075978c3abc82e1ebdeb846e authored by Joe Stringer on 20 April 2021, 21:39:13 UTC, committed by Joe Stringer on 20 April 2021, 22:47:08 UTC
Signed-off-by: Joe Stringer <joe@cilium.io>
1 parent fc95564
Raw File
cilium_endpoint_log.md
<!-- This file was autogenerated via cilium cmdref, do not edit manually-->

## cilium endpoint log

View endpoint status log

### Synopsis

View endpoint status log

```
cilium endpoint log <endpoint id> [flags]
```

### Examples

```
cilium endpoint log 5421
```

### Options

```
  -h, --help            help for log
  -o, --output string   json| jsonpath='{}'
```

### Options inherited from parent commands

```
      --config string   config file (default is $HOME/.cilium.yaml)
  -D, --debug           Enable debug messages
  -H, --host string     URI to server-side API
```

### SEE ALSO

* [cilium endpoint](../cilium_endpoint)	 - Manage endpoints

back to top