You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 tostderr
?The text was updated successfully, but these errors were encountered: