Skip to content

Console and Log

TOLoneWolf-Github edited this page May 18, 2020 · 4 revisions

Console and log file

Console Window

On the very top left of the launcher is >_
Clicking on this icon will open the "Developer Tools" window which has a "Console" tab.

Open Dev Tools


Next click on the "Console" tab in the window that appears as shown.

Switch To Console Tab

This shows a live view of any log messages that have happened since GDL was opend.


Console Copy Full Log

You can select all the text in the console by:
Clicking on one of the lines in the console and then ctrl+A, ctrl+C (Command+A, Command+C MacOS).
Then ctrl+V (Command+V MacOS) into the paste websites text area.





Log file location

The File might show up as log or log.log depending on your systems settings.

  • Windows: %APPDATA%\GDLauncher\log.log

    %APPDATA% expands to C:\Users\<USERNAME>\AppData\Roaming\

  • Linux: ~/.config/GDLauncher/log.log

  • MacOS: ~/Library/Logs/GDLauncher/log.log

    ~ expands to /Users/<USERNAME>/ on MacOS.
    Full path to log: /Users/<USERNAME>/Library/Logs/GDLauncher/log.log
    MacOS Finder > "Go" Menu > "Go to Folder..." (Command + Shift + G) > type: ~/Library/Logs/GDLauncher/ > Go button.


Clone this wiki locally