# Logs tab

The Logs tab gives you access to three different tools:

## App metrics

The app metrics section is where you can analyze the workload[^1] that your app uses. Workload represents how hard the server is working to support your app. Through the app metrics charts, you can discern where most of the server's effort is directed.

Article series: [Pricing and workload](https://manual.bubble.io/~/changes/1188/account-and-marketplace/account-and-billing/pricing-plans)

## Server logs

Every action performed by Bubble is logged so that you can look at when and how it was executed. This aids in debugging processes.

Article: [Server logs](https://manual.bubble.io/~/changes/1188/help-guides/maintaining-an-application/testing-and-debugging/using-server-logs)

## Scheduler

API workflows can be scheduled to run at a specific time. When an API workflow is scheduled, it can be viewed in the API workflow scheduler. From here you can pause or cancel the workflow.

Article series: [The Workflow API](https://manual.bubble.io/~/changes/1188/help-guides/integrations/api/the-bubble-api/the-workflow-api)\
Article: [The workflow API scheduler](https://manual.bubble.io/~/changes/1188/help-guides/maintaining-an-application/scheduler)

[^1]: Workload, in essence, measures the work that Bubble performs to power your application. As your app processes actions such as loading a page or querying your database, it contributes to your monthly workload consumption.
