mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-20 00:07:27 +00:00
8 lines
179 B
Markdown
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.
|