PastaSource / Slowly_Letter_Downloader

Automates the process of downloading letters from slowly in PDF form.
GNU General Public License v3.0
2 stars 0 forks source link

Create log file #12

Closed PastaSource closed 2 years ago

PastaSource commented 2 years ago

During remote alpha testing of the currently in development Windows binary executable file, multiple issues were faced, including the Selenium Chromium browser straight up refusing to load properly. On my end I've used print commands to log and diagnose issues, however this is not useful when using a compiled Windows binary file. This makes debugging the issue near impossible, so this should be a high priority issue.

PastaSource commented 2 years ago

Also, upon closure of the application, 'subprocess.exe' from the cefpython module persisted in the background on the alpha testing machine. Again, impossible to diagnose and remedy this issue without logging.

PastaSource commented 2 years ago

Log files are now generated and kept in the logs folder for use when debugging.