Skip to content
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

feat: crawler status logging #10

Merged
merged 3 commits into from
Jan 27, 2025
Merged

feat: crawler status logging #10

merged 3 commits into from
Jan 27, 2025

Conversation

MQ37
Copy link
Collaborator

@MQ37 MQ37 commented Jan 24, 2025

Added crawler status logging:

[apify] INFO  Starting the "apify/website-content-crawler" actor for URL: https://docs.apify.com
[apify] INFO  Crawler status: Starting the crawler.
[apify] INFO  Crawler status: Crawled 0/1 pages, 0 failed requests, desired concurrency 2.
[apify] INFO  Crawler status: Crawled 0/1 pages, 0 failed requests, desired concurrency 3.
[apify] INFO  Crawler status: Crawled 1/30 pages, 0 failed requests, desired concurrency 3.
[apify] INFO  Crawler status: Crawled 1/30 pages, 0 failed requests, desired concurrency 4.
[apify] INFO  Crawler status: Crawled 1/30 pages, 0 failed requests, desired concurrency 3.
[apify] INFO  Crawler status: Crawled 4/30 pages, 0 failed requests, desired concurrency 2.
[apify] INFO  Crawler status: Crawled 4/30 pages, 0 failed requests, desired concurrency 1.
[apify] INFO  Crawler status: Crawled 4/30 pages, 0 failed requests, desired concurrency 2.
[apify] INFO  Crawler status: Crawled 5/30 pages, 0 failed requests, desired concurrency 3.
[apify] INFO  Crawler status: Crawled 5/30 pages, 0 failed requests, desired concurrency 2.
[apify] INFO  Crawler status: Crawled 5/30 pages, 0 failed requests, desired concurrency 1.
[apify] INFO  Crawler status: Crawled 7/30 pages, 0 failed requests, desired concurrency 1.
[apify] INFO  Crawler status: Crawled 8/30 pages, 0 failed requests, desired concurrency 2.
[apify] INFO  Crawler status: Crawled 9/30 pages, 0 failed requests, desired concurrency 1.
[apify] INFO  Crawler status: Finished! Total 10 requests: 10 succeeded, 0 failed.
[apify] INFO  Processing page: https://docs.apify.com/
[apify] INFO  Processing page: https://docs.apify.com/academy/api-scraping
[apify] INFO  Processing page: https://docs.apify.com/academy/advanced-web-scraping
[apify] INFO  Processing page: https://docs.apify.com/academy/anti-scraping
[apify] INFO  Processing page: https://docs.apify.com/academy/deploying-your-code
[apify] INFO  Processing page: https://docs.apify.com/academy
[apify] INFO  Processing page: https://docs.apify.com/platform
[apify] INFO  Processing page: https://docs.apify.com/api
[apify] INFO  Processing page: https://docs.apify.com/api/v2
[apify] INFO  Processing page: https://docs.apify.com/api/client/js/
[apify] INFO  Saved the "llms.txt" file into the key-value store!
[apify] INFO  Pushed the "llms.txt" file to the dataset!
[apify] INFO  Exiting Actor ({"exit_code": 0})

@MQ37 MQ37 self-assigned this Jan 24, 2025
@MQ37 MQ37 merged commit 4d0d786 into master Jan 27, 2025
1 check passed
@mtrunkat
Copy link
Member

Cool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants