#15801 closed Bug (fixed)
Logging docs: Incorrect external link for dictConfig
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.2 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
On http://docs.djangoproject.com/en/dev/topics/logging/, the link for "dictConfig format" points to
http://docs.python.org/library/logging.html#configuration-dictionary-schema
but that link should instead be
http://docs.python.org/library/logging.config.html#configuration-dictionary-schema
Attachments (1)
Change History (5)
comment:1 by , 14 years ago
by , 14 years ago
Attachment: | fix-15801.patch added |
---|
comment:2 by , 14 years ago
Easy pickings: | unset |
---|---|
Has patch: | set |
Triage Stage: | Unreviewed → Accepted |
Note:
See TracTickets
for help on using tickets.
The same problem exists here as well:
http://docs.djangoproject.com/en/dev/ref/settings/#std:setting-LOGGING_CONFIG
The "dictConfig" link should point to
http://docs.python.org/library/logging.config.html#configuration-dictionary-schema