All Products
Search
Document Center

Enterprise Distributed Application Service:Log management

Last Updated:Mar 11, 2026

Enterprise Distributed Application Service (EDAS) collects and organizes logs from every deployed application and surfaces them in the EDAS console. Instead of logging on to individual Elastic Compute Service (ECS) instances or Kubernetes pods, view, search, and download logs from a single interface.

Log types

EDAS captures four categories of logs across ECS and Kubernetes clusters.

Log typeECS clustersKubernetes clustersDefault directoryDescription
EDAS system logsYesYes/home/admin/edas-agent/logs/ (Agent exceptions) /home/admin/edas-container/logs/ (container exits, application exceptions)Logs generated by the EDAS platform. Use these to troubleshoot EDAS Agent errors or container-level exceptions.
Business logsYesYesCustom (add to favorites)Logs from your application's business logic. Add custom log directories to favorites to access them in the console. For details, see Add a log directory to favorites.
Logging framework logsYesYesAuto-extracted from processesEDAS system and business log files automatically extracted from running processes. These conform to standard logging frameworks such as Log4J and JDKLog.
Real-time logsNoYesstdoutStandard output (stdout) logs generated when Docker starts and runs a container. Use these to troubleshoot pod startup and runtime issues.

View logs

After you deploy an application to an ECS cluster or a Container Service for Kubernetes (ACK) cluster, view its logs directly in the EDAS console:

Download logs

To analyze logs offline or archive them for diagnosis, download log files from the EDAS console to your local device.