Opened 15 years ago
Closed 15 years ago
#14923 closed (fixed)
Typo in documentation of predefined loggers (django.request)
| Reported by: | dfoerster | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The newly predefined logger for requests is "django.request" not "django.requests" at the following place of the documentation:
http://docs.djangoproject.com/en/dev/topics/logging/#django-requests
Cheers,
David
Attachments (1)
Change History (2)
by , 15 years ago
| Attachment: | logging-typo.diff added |
|---|
comment:1 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [14991]) Fixed #14923 -- corrected a typo in the logging documentation. Thanks to David Foerster for the report.