# How to collect console logs using browser inspector

Learn what browser console logs are and how to capture them from your browser's developer tools, so our support team can diagnose an issue faster.

> Kind: Troubleshooting · Updated: Aug 11, 2026

This article explains what console logs are, and how to open the Console in your web browser's developer tools to inspect and view logs, errors, and other relevant information.

Console logs play an essential role in debugging and error handling. They help our developers identify issues and analyse unexpected errors. By providing details about the errors a user has run into, console logs lead to a much faster diagnosis and resolution.

## What Are Console Logs?

Console logs are debugging logs that are captured by the web browser. They can contain warnings, errors and other information, and they are especially helpful for any development team trying to narrow down the source of an issue. You can collect them by following the simple steps below.

## How to Capture the Console Logs

To capture the console logs, we will first access the developer tools, go to the console, reproduce the issue and get the relevant logs. The GIF below is a complete demonstration of how to collect the logs. If you need a detailed explanation, refer to the steps that follow.

![End-to-end demonstration of opening developer tools, switching to the Console tab, reloading the page and expanding a red error log.](https://media.help.cloudfiles.io/faq-ts-console-logs-hs/01.gif)

### Step 1 - Open Developer Tools

In most web browsers (Chrome, Safari, Firefox, Edge), you can open developer tools by right-clicking on the page and selecting Inspect, or by pressing F12 (Ctrl + Shift + I on Windows, or Cmd + Option + I on Mac).

![Browser right-click menu open on an error page, with the Inspect option highlighted at the bottom of the menu.](https://media.help.cloudfiles.io/faq-ts-console-logs-hs/02.png)

### Step 2 - Access the Console Tab

Click on the Console tab in the developer tools panel, as shown in the image below. The Console tab sits along the top of the developer tools. Optionally, you can also clear the existing logs, since we are going to reproduce the issue in the next step.

![Developer tools panel with the Console tab highlighted in the top tab bar.](https://media.help.cloudfiles.io/faq-ts-console-logs-hs/03.png)

### Step 3 - Reproduce the Issue

Once you have navigated to the Console tab, it is always a good practice to reproduce the issue, which you can do by refreshing the page. Refresh the webpage by clicking the reload icon at the top left, or press F5 (Ctrl + R on Windows, or Command + R on Mac).

> **Note** — Refreshing a webpage before collecting logs from the console helps regenerate the logs, and ensures that you capture the most current and relevant logs that have occurred since the last load.

![Browser reload icon at the top left of the window, used to reproduce the issue while the Console tab is open.](https://media.help.cloudfiles.io/faq-ts-console-logs-hs/04.png)

### Step 4 - Looking for the Right Logs

Logs or messages displayed in red indicate errors. These are the logs we need you to collect. The logs are usually collapsed by default, so you need to expand them in order to collect the right details. Look for the right-pointing arrows shown in the image below, which expand the logs.

![Console showing several red 404 errors, with arrows pointing at the collapsed right-pointing expand triangles beside two of them.](https://media.help.cloudfiles.io/faq-ts-console-logs-hs/05.png)

> **Note** — Make sure to expand all the right-pointing arrows in red to check for error log details.For example, in the image below there are 2 indicators, and the 2nd one is equally important, as the error message can be found in that section.

![Expanded red console error showing the response object with status 500 and a Server Error status text, with both expand arrows marked.](https://media.help.cloudfiles.io/faq-ts-console-logs-hs/06.png)

### Step 5 - Sending us the Logs

Use our email support@cloudfiles.io or chat to send us the screenshots captured above. This will help our development team quickly narrow down the issue and resolve it.

> **Note** — Make sure to expand the arrows as shown above, so that all the relevant details are shared in the screenshots that you send us.

Need help? Book time with our team of experts.
