User reported issue: As an FYI we've noticed that on all of our crawlers using scrapeops-scrapy==0.5.3, this error message shows very noisily in the crawl logs.
2023-10-30 16:31:13 [root] INFO: 'LogRecord' object has no attribute 'message'
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/scrapeops_scrapy/core/error_logger.py", line 138, in emit
errorMessage = record.message
AttributeError: 'LogRecord' object has no attribute 'message'
User reported issue: As an FYI we've noticed that on all of our crawlers using scrapeops-scrapy==0.5.3, this error message shows very noisily in the crawl logs.
2023-10-30 16:31:13 [root] INFO: 'LogRecord' object has no attribute 'message' Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/scrapeops_scrapy/core/error_logger.py", line 138, in emit errorMessage = record.message AttributeError: 'LogRecord' object has no attribute 'message'