-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scraper logs 1gb #186
Comments
Hard to say without seeing an example of the logs. You can certainly suppress them by configuring the log framework you employ in your program. Most of them support a per-module configuration that can be used to suppress only some sources of logs. |
Could you please help us reproduce this issue by showing us your code? |
One specific thing we had to do to limit log volume was to set
to prevent some messages on being unable to fix-up invalid HTML from html5ever, the HTML parsed used by this crate. |
This is due to the derived To reproduce, you need to have an active Snipped of produced output
Running my program produced 4 GB in 40 seconds before I stopped it. I will submit a PR for this. |
Scraper seems to be logging around 1 gb of things when I request a webpage is there a reason for this? or feature flag to turn it off
The text was updated successfully, but these errors were encountered: