1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2024-11-22 10:25:48 +01:00
rolens/docs/development/logfiles.md

549 B

title parent order
Logfiles Development 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.