Qianlitp / crawlergo

A powerful browser crawler for web vulnerability scanners
GNU General Public License v3.0
2.85k stars 480 forks source link

Do not write to stderr #117

Open undergroundwires opened 2 years ago

undergroundwires commented 2 years ago

Thank you @Qianlitp for writing best crawling tool that I've encountered for the modern web.

I realized a small issue. App is writing a lot of logs to stderr. These logs are not errors but just information and warnings. This is unexpected and inconsistent with other apps.

Can we use stdout for logs only and not write to stderr?