When an application deployed on Kubernetes encounters runtime errors or unexpected behavior, you need fast access to its logs. Enterprise Distributed Application Service (EDAS) surfaces the runtime logs from each pod directly in the console, so you can monitor application behavior, troubleshoot errors, and verify deployments without leaving the EDAS interface.
Supported editions
Pod log viewing is available in Professional Edition and Platinum Edition only. Standard Edition does not support this feature.
View logs in the console
To view the runtime logs for a specific application instance:
Log on to the EDAS console.
In the left-side navigation pane, choose Application Management > Applications.
In the top navigation bar, select a region.
In the upper part of the page, select a microservice namespace.
From the Cluster Type drop-down list, select Kubernetes Cluster.
Click the application name in the Application Name column.
In the left-side navigation pane of the application details page, choose Monitor > Instance Details.
In the left-side pane of the Instance Details page, select the instance that you want to view.
Click the Log tab on the right side of the page.
The Log tab displays the most recent logs from the pod that runs the selected instance.
Filter logs by keyword
To locate specific entries in the log output:
On the Log tab, enter a keyword in the search box.
Click the
icon. The log view updates to show only entries that match the keyword.
Limits
| Limit | Value |
|---|---|
| Maximum log entries displayed | 5,000 most recent entries per pod |
| Minimum edition | Professional Edition |