mirror of
https://github.com/garraflavatra/rolens.git
synced 2024-12-01 14:20:54 +01:00
17 lines
549 B
Markdown
17 lines
549 B
Markdown
|
---
|
||
|
title: Logfiles
|
||
|
parent: User guide
|
||
|
order: 120
|
||
|
---
|
||
|
|
||
|
Rolens keeps track of log-worthy events and logs them in its log directory.
|
||
|
|
||
|
* Windows: `~/AppData/Local/Rolens/Logs`
|
||
|
* Mac: `~/Library/Logs/Rolens`
|
||
|
* Linux: `~/.config/rolens/logs`
|
||
|
|
||
|
In those directories, you can find the following files:
|
||
|
|
||
|
* `rolens.log`: This is the main log file which is a chronological stream of events such as frontend errors, connection problems et cetera.
|
||
|
* `environment.json`: This file contains information about your environment that could be useful while debugging.
|