Enable Logging
From PhexWiki
Logging can be enabled by simply adding a line to the file
$(Phex_config_dir)/phexCorePrefs.properties
For logging of Downloads, you need to add
Download.CandidateLogBufferSize=500000
For logging of uploads, you need to add
Upload.UploadStateLogBufferSize=500000
Instead of 500000 (500k memory for logging) you can choose any other value you deem appropriate.
You can now read the log in the GUI by selecting the download candidate (upload) on the download pane candidates view (upload pane) and clicking on the "View Log" button.
- Arne


