ff14-advanced-market-search / AzerothAuctionAssassin

Apache License 2.0
4 stars 6 forks source link

make a real log stream instead of using print #38

Open cohenaj194 opened 5 months ago

cohenaj194 commented 5 months ago

GSA had a really pretty log stream, we should put actual effort into logging instead of using print statements everywhere. I also need this written to a file so we can have a log when the app crashes. If the GUI hits an exception during the run of mega_alerts.py then the whole thing goes down without much warning. I need a log so i can debug issues.

image

Need to update: