Log Types in Phala Cloud
Phala Cloud provides two distinct types of logs to help you monitor and troubleshoot your applications:CVM Logs
CVM logs show the bootstrapping process of your application, including:- Default RA report generation
- Docker image downloads
- System initialization events

CVM logs showing system initialization details
Docker Logs, e.g. your application’s output log
Docker logs contain your application’s runtime output, providing insights into its behavior and any issues that may arise during execution. Visibility settings: During deployment, you can choose to make these logs public in the Advanced Features section. When public, anyone with the log URL can view them. How to access: Navigate to the detailed page and locate the Containers section.
Container logs showing application output