Viewing service logs

Occasionally there is a need to inspect logs from Managed Service for TimescaleDB. For example, to debug query performance or inspecting errors caused by a specific workload.

There are different built-in ways to inspect service logs at Managed Service for TimescaleDB:

  • In the portal, when selecting a specific service, under “Logs” tab recent events are available. Logs can be browsed back in time, but scrolling up several thousand lines is not very convenient.
  • Download logs using the command-line client by running:

    1. avn service logs -S desc -f --project <PROJECT_NAME> <SERVICE_NAME>
  • REST API endpoint is available for fetching the same information two above methods output, in case programmatic access is needed.

Service logs included on the normal service price are stored only for a few days. Unless you are using logs integration to another service, older logs are not accessible.