Changes between Version 7 and Version 8 of Troubleshooting
- Timestamp:
- 04/27/2016 07:26:16 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Troubleshooting
v7 v8 131 131 == Windows Specific Logging == 132 132 133 It is recommended to use the *.debug.exeto view errors that may be propagated to console and missed by logging.133 You will need to use the `*-debug.exe` program versions to view errors that may be propagated to console and missed by logging. 134 134 135 135 e.g. Open a Command Prompt and run: 136 136 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"` 138 138 139 139