mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-16 06:16:52 +00:00
10 lines
189 B
Markdown
10 lines
189 B
Markdown
---
|
|
title: Check Application Logs
|
|
---
|
|
|
|
```bash
|
|
$ vela logs testapp
|
|
```
|
|
|
|
It will let you select the container to get logs from. If there is only one container it will select automatically.
|