kubevela.github.io/docs/how-to/dashboard/application/get-application-log.md

19 lines
534 B
Markdown

---
title: View Application Logs
description: View an application log by KubeVela dashboard
---
You can view the logs of application in the environment tab.
Click the icon in the `Action` column, you'll see the running logs for pod.
![pod log](../../../resources/pod-log.jpg)
![pod log](../../../resources/log-show.jpg)
By default, the logs will refresh every 5s. If your logs didn't have timestamp, you can click the `Show timestamps` to see.
### Next Step
* [Expose Application for Public Access](./get-application-endpoint)