# Log files

## User logs

Cover Plugin creates and maintains a user log file, `user.log`, in the following locations:

**Windows:** `%USERPROFILE%\AppData\Local\Temp\diffblue\log`

**Linux:** `/tmp/diffblue/log`

**macOS:** `$TMPDIR/diffblue/log`

## Support logs

Cover Plugin also creates a `support.log` log file, in the same directory, which is only relevant to the Diffblue support team. If you raise a support issue then you may be asked to provide this log file.

## Accessing logs

Cover Plugin provides simple access to logs via the [Diffblue Cover tool window](/features/cover-plugin/writing-tests/diffblue-cover-tool-window.md#open-logs). After writing tests, simply look for the Open Logs button and select your desired action.

<div align="left"><figure><img src="/files/4sdssRSCUOXVAntsabHe" alt=""><figcaption></figcaption></figure></div>

* **Open user log:** Opens the diffblue user log - for this specific run - within IntelliJ IDEA.
* **Open support log:** Opens the diffblue support log - for this specific run - within IntelliJ IDEA.
* **Open logs folder:** Opens the folder containing all diffblue logs within Windows Explorer, Finder or equivalent.


---

# 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://cover-docs-preview.diffblue.com/features/cover-plugin/cover-plugin-admin/log-files.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.
