> For the complete documentation index, see [llms.txt](https://cover-docs.diffblue.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cover-docs.diffblue.com/features/cover-plugin/cover-plugin-admin/log-files.md).

# Log files

How to access the Diffblue Cover Plugin for IntelliJ log files, to better understand the tool's behavior and for debugging purposes.

## 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="https://1243928156-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZ7l8pn8qoIC3ubiJzuaF%2Fuploads%2Fgit-blob-2f5c665c85534e30dc9690086e2d49e0ebd1cb2f%2Fimage%20(3)%20(1)%20(1).png?alt=media" 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.
