# How do I use developer tools to collect logs?

Our team prides itself on helping you troubleshoot issues when they do occur. Sometimes we need to understand the problem in the context of a customer's storage, internet service, and local security infrastructure. We want to preview the network interaction between the customer and our back end services. In these cases, if we are unable to reproduce the bug locally, you can help us help you by collecting the developer tool logs. Here are the steps to follow (example for Google Chrome):

1. Open the platform and go to *View* > *Developer* > *Developer tools:*
   1. From within the browser window, right-click on the screen, and select ‘Inspect’.<br>

      <figure><img src="/files/HocWzsr7qzw4yAi3heat" alt="" width="262"><figcaption></figcaption></figure>
2. The tools will open on the right-hand side of your screen. There are 4 tabs across the top – *Elements*, *Console*, *Sources*, *Network*. Select *Network*.

<div align="center" data-full-width="true"><figure><img src="/files/j8UPIVb61SgAiR0JSEMq" alt=""><figcaption></figcaption></figure></div>

1. Under *Network*, check the box next to *Preserve log*.
   1. Chrome / Chromium / Microsoft Edge / Safari:

      <figure><img src="/files/XMNmiQwqZJMWuKQea0p1" alt=""><figcaption></figcaption></figure>
   2. Firefox: Click on the Settings button (gear icon) in the Network box, and make sure ‘Persist Logs’ is selected

      <figure><img src="/files/Jc5CHmSEEopENruOXLGV" alt=""><figcaption></figcaption></figure>
2. Proceed with navigating to the page of interest and reproduce the steps initially took when encountering the issue.
3. When you experience the issue, please save the log.

   1. Chrome / Chromium / Microsoft Edge / Safari: Click on the ‘Export’ or ‘Export as HAR’ button, and save the file in the desired location.

   <figure><img src="/files/6RTAupMAkB0yzdfw5RSb" alt=""><figcaption></figcaption></figure>

   b. Firefox: Click on the Settings button (gear icon) in the Network box, and click ‘Save all as HAR’

   <figure><img src="/files/dGMYc2fNGTLqZesSV1W3" alt=""><figcaption></figcaption></figure>

We will begin troubleshooting right away.


---

# 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://help.connected.illumina.com/emedgene/emedgene-analyze-manual/troubleshooting/how_do_i_use_developer_tools_to_collect_logs.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.
