Steps to reproduce
- Run python pwb.py weblinkchecker
Expected behavior
weblinkchecker should output only informative messages for passed errors and warnings and print error tracebacks only for errors and warnings not passed
Current behavior
Currently on every SSLError, ReadTimeout, ConnectionError, TooManyRedirects and maybe some more there is full traceback outputted. The final output can look really clutterred. Either make weblinkchecker work with errors like these (are they 404?) or at least make weblinkchecker not output the full error traceback on every error like these in any page (almost in every page on wiki).
Configuration
Python 3.6.4