crawl4ai
crawl4ai copied to clipboard
Fix: Logging for Error
Summary
Fixed the logging issue directly shows the error rather python error
List of files changed and why
async_crawler_strategy.py
How Has This Been Tested?
Output the error message as error string doenst have text attribute
Checklist:
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
- [x] I have added/updated unit tests that prove my fix is effective or that my feature works
- [x] New and existing unit tests pass locally with my changes