---
title: Viewing service logs | Tiger Data Docs
description: View logs for your services in Managed Service for TimescaleDB by using MST Console or the command-line tool
---

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:

- When you select a specific service, navigate to the `Logs` tab to see recent events. Logs can be browsed back in time.

- Download logs using the [command-line client](https://github.com/aiven/aiven-client) by running:

  Terminal window

  ```
  avn service logs -S desc -f --project <PROJECT_NAME> <SERVICE_NAME>
  ```

- [REST API](/docs/deploy/mst/restapi/index.md) endpoint is available for fetching the same information the 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.
