How to Monitor, Debug, and Locally Test Spring Boot Serverless Apps on Alibaba Cloud
This guide walks through using Serverless Devs to collect real‑time logs, query metrics, perform local debugging, and enable cloud‑edge debugging for a Spring Boot e‑commerce application running on Alibaba Cloud Function Compute, with step‑by‑step commands and screenshots.
01 Real‑time Logs
Serverless Devs automatically collects and aggregates logs from Function Compute instances. Users only need to output logs in their code, then view them via the console or query with SQL. Common commands:
sudo -E s logs sudo -E s mall-admin logs sudo -E s mall-admin logs -tThe -t flag starts a watch mode that streams new logs as requests arrive. Keyword filtering is also supported, e.g.:
s mall-admin logs -t --keyword=ERRORSigned-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
Alibaba Cloud Native
We publish cloud-native tech news, curate in-depth content, host regular events and live streams, and share Alibaba product and user case studies. Join us to explore and share the cloud-native insights you need.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
