crawl4ai icon indicating copy to clipboard operation
crawl4ai copied to clipboard

Fix: Logging for Error

Open complete-dope opened this issue 1 year ago • 0 comments

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

complete-dope avatar Feb 20 '25 20:02 complete-dope