Locating the Debug Log File » History » Version 9

Chris Cannam, 2017-02-23 05:14 PM

1 1 Chris Cannam
h1. Locating the Debug Log File
2 1 Chris Cannam
3 1 Chris Cannam
Starting with the 3.0 release, Sonic Visualiser writes a debug log file to disc during use; this can be valuable to help track down some types of problem with the application. If you find that Sonic Visualiser crashes, locks up, or behaves in other unexpected ways, you might want to save a copy of the log file and consider sending it to us with a bug report. Note that the file only records a log for a single run of the program: it's recreated again from scratch every time you start Sonic Visualiser.
4 1 Chris Cannam
5 2 Chris Cannam
The log file is called @sv-debug.log@ and is located in different places depending on your operating system:
6 1 Chris Cannam
7 9 Chris Cannam
|*Windows*|Within your @AppData@ folder, usually in the @Roaming@ subfolder, then in a subfolder called @sonic-visualiser/Sonic Visualiser/log@
8 9 Chris Cannam
The @AppData@ folder is hidden by default, but you can get to it by clicking the Start button, typing @%AppData%@ (including the percent signs) and hitting Return - this should open a Windows Explorer window on the folder, where you will see the @sonic-visualiser@ entry.|
9 8 Chris Cannam
|*Mac*|Within your home directory, in @Library/Application Support/sonic-visualiser/Sonic Visualiser/log@
10 8 Chris Cannam
The Library folder is hidden by default, but you can show it in the Finder by going to the View menu -> Show View Options and checking "Show Library Folder".|
11 5 Chris Cannam
|*Linux*|Within your home directory, in @.local/share/sonic-visualiser/Sonic Visualiser/log@|