How to take DEBUG level Spotter logs
Open XML using example Notepad or Notepad++.
C:\%username%\AppData\Roaming\DVMS\spotter\VERSION\Spotter.exe.config
Locate line:
<add key="LoggerLevel" value="INFO" />
and change the INFO to DEBUG like this:
<add key="LoggerLevel" value="DEBUG" />
Save the file and restart Spotter.