Files
kubevela/docs/en/developers/check-logs.md
yangsoon 52c88ec6c5 Update docs for the format of the new website (#1330)
* update docs

* fix toc

* add zh-CN
2021-03-28 16:37:35 +08:00

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.