Changes between Version 7 and Version 8 of Troubleshooting


Ignore:
Timestamp:
04/27/2016 07:26:16 AM (8 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Troubleshooting

    v7 v8  
    131131== Windows Specific Logging == 
    132132 
    133 It is recommended to use the *.debug.exe to view errors that may be propagated to console and missed by logging.  
     133You will need to use the `*-debug.exe` program versions to view errors that may be propagated to console and missed by logging.  
    134134 
    135135e.g. Open a Command Prompt and run: 
    136136 
    137 `"%ProgramFiles%\Deluge\deluge-debug.exe" -L ERROR -l "%UserProfile%\Desktop\deluge.log"` 
     137`"%ProgramFiles%\Deluge\deluge-debug.exe" -L error -l "%UserProfile%\Desktop\deluge.log"` 
    138138 
    139139