# How to ignore logs from Jam in the developer console

If you’re a web developer using Jam, you may want to reset the file names you see in your console logs while developing. It’s unfortunately not possible from our end, but it is possible from yours. 😅

Here is how you can add Jam’s scripts to an ignore list, reseting the file names you see in the console:

What you will need to do is add Jam’s `jam-console-devtools.js` script to your ignore list. You can follow these instructions to do so on this page: [https://developer.chrome.com/docs/devtools/javascript/reference/#call-stack-ignore-list](https://developer.chrome.com/docs/devtools/javascript/reference/?ref=jam-documentation.ghost.io#call-stack-ignore-list)

Or, watch this video (instead of consolePlugin.ts it should be `jam-extension-console-proxy.js`):

{% embed url="<https://youtube.com/shorts/e-w8UtlG0iQ>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jam.dev/docs/configuration/how-to-ignore-logs-from-jam-in-the-developer-console.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
