Skip to content

How to run Taiga in debug mode

Eren Okka edited this page Feb 16, 2018 · 4 revisions

When debug mode is enabled, Taiga will log additional details about its inner workings. The log file is located inside the installation directory, under the name Taiga.log. You may examine this file in order to figure out the cause of an issue.

There are at least two ways to enable debug mode:

Run command

  1. Hit Win + R keys to access the Run command.
  2. Enter %AppData%\Taiga\Taiga.exe -debug.
    • You may need to change the path depending on where Taiga is installed.

Shortcut

  1. Create a shortcut of Taiga.exe.
  2. Right-click on the shortcut and choose Properties.
  3. Append -debug to Target.
    • e.g. C:\Users\erengy\AppData\Roaming\Taiga\Taiga.exe -debug

Warning!

If you're going to share your Taiga.log with someone else, please be aware that the file may include sensitive information. You should remove any line with:

  • Authorization header (for all services and Twitter)
  • grant_type=password (for Kitsu)
  • access_token (for Kitsu)

To be extra safe, send the file via an email or a private message, rather than posting it to a public place.

Clone this wiki locally