Overview
View and stream logs from any service — application, container, database, or job — running on Qovery.
Commands
Stream Logs
Stream real-time logs:
Stream logs for a specific service (regardless of its type):
Stream logs for a specific application:
Stream logs in raw JSON format:
Options
Examples
Stream Logs by Service Name
Use Service ID from Console URL
When you have a Qovery console URL, you can use the service ID directly:
Raw Log Output
Specify Context Explicitly
Tips
Use --service-id with the UUID from your Qovery console URL to stream logs
without needing to know the service name. The ID is visible in the URL when
you navigate to a service in the console.
Use --service when you don’t know (or don’t want to specify) the type of
your service. Qovery will try each API (application, container, database, job)
until it finds a match. Use a specific flag (--application, --database,
etc.) if you want to target a precise service type.
Use --raw / -r to get logs in JSON format, which is useful for piping
output to tools like jq for further processing.