-
-
Notifications
You must be signed in to change notification settings - Fork 230
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:
- Hit Win + R keys to access the Run command.
- Enter
%AppData%\Taiga\Taiga.exe -debug
.- You may need to change the path depending on where Taiga is installed.
- Create a shortcut of
Taiga.exe
. - Right-click on the shortcut and choose Properties.
- Append
-debug
to Target.- e.g.
C:\Users\erengy\AppData\Roaming\Taiga\Taiga.exe -debug
- e.g.
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.
Taiga
Home page | AniList thread | Kitsu group | MyAnimeList club | Twitter account