mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-23 15:28:02 +00:00
Update shortcuts (fixes #51)
This commit is contained in:
16
docs/development/logfiles.md
Normal file
16
docs/development/logfiles.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
title: Logfiles
|
||||
parent: Development
|
||||
order: 40
|
||||
---
|
||||
|
||||
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.
|
Reference in New Issue
Block a user