24 lines
566 B
Markdown
24 lines
566 B
Markdown
---
|
|
title: View Application Logs
|
|
description: View an application log by KubeVela dashboard
|
|
---
|
|
|
|
## View logs via UI
|
|
|
|

|
|
|
|
You can view the logs of application in the environment tab.
|
|
|
|
By default, the logs will refresh every 5s. If your logs didn't have timestamp, you can click the `Show timestamps` to see.
|
|
|
|
## View logs via CLI
|
|
|
|
```bash
|
|
vela logs <app_name> -n <namespace>
|
|
```
|
|
|
|
Select a workload could view the logs.
|
|
|
|
### Next Step
|
|
|
|
* [Expose Application for Public Access](./get-application-endpoint.md) |