-
Notifications
You must be signed in to change notification settings - Fork 471
Home
CosmoX edited this page Sep 29, 2017
·
9 revisions
Lepton has more debug logging when the debug mode is enabled. Put .leptonrc
in your home directory with following configurations. Here is a template.
{
"logger": {
"level": "debug"
}
}
The home directory varies on different Windows platforms, but most of the time you can begin with the following path.
C:\Users\<CurrentUserName>
Open the DevTools to inspect the logs. All GUI specific errors/warnings will show up here.
- Mac/Linux:
Command + Option + I
- Windows:
Ctrl + Shift + I
- Mac:
~/Library/Application Support/Lepton/logs
- Windows:
C:\Users\<username>\AppData\Roaming\Lepton\logs
- Linux:
~/.cached/Lepton/logs