Files
kubevela/docs/developers/check-logs.md
2020-11-01 23:34:12 -08:00

8 lines
179 B
Markdown

# Check Logs of Container
```console
$ vela logs testapp
```
It will let you select the container to get logs from. If there is only one container it will select automatically.