Skip to content

Commit 97e7443

Browse files
committed
Readme: further expand reporting issues section
1 parent c6c7d98 commit 97e7443

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,11 +1037,12 @@ class ExampleSpider(scrapy.Spider):
10371037
)
10381038
```
10391039

1040-
### Logs
1040+
### Logs and stats
10411041

10421042
Logs for spider jobs displaying the issue in detail are extremely useful
1043-
understanding possible bugs. Include lines before and after the problem,
1044-
not just isolated tracebacks.
1043+
for understanding possible bugs. Include lines before and after the problem,
1044+
not just isolated tracebacks. Job stats displayed at the end of the job
1045+
are also important.
10451046

10461047

10471048
## Frequently Asked Questions

0 commit comments

Comments
 (0)